rogue does not work with python 3.7

XMLWordPrintable

    • 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 =

      {0}

      ;
      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.

              Assignee:
              Ryan Herbst
              Reporter:
              Matthias Wittgen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: