-
Type:
Bug
-
Resolution: resolved
-
Priority:
Minor
-
Component/s: SW
-
None
-
Environment:
rogue
The rogue shared library does not load when compiled with python 3.7
Unresolved symbol PyThreadState_Current
PyThreadState_Current is now define in 3.7
3.6.6 definition
./Python/pystate.c:_Py_atomic_address _PyThreadState_Current =
;
3.7 definition is renamed by a define
./Include/pystate.h:# define _PyThreadState_Current _PyRuntime.gilstate.tstate_current
There is no reason to use python 3.7 in my application and I am reverting to 3.6.