STINNER Victor added the comment:

@Joshua: Can you please try to compile your extension with Py_LIMITED_API 
defined? Ex: "#define Py_LIMITED_API 0x03030000" at the top of your C file, or 
g++ -DPy_LIMITED_API=0x03030000.

And can you also please try to patch Python with pystate_cplusplus.patch?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23644>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to