[issue32881] pycapsule:PyObject * is NULL pointer

Steve Dower report at bugs.python.org
Tue Feb 20 13:02:35 EST 2018


Steve Dower <steve.dower at python.org> added the comment:

What is the definition of FUNCTION_CALL_MODE? And if it is anything other than "stdcall", change "ctypes.windll" to "ctypes.cdll" and try again.

You should also consider posting this to python-list, as it is almost certainly a problem in your DLL and not in Python itself.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32881>
_______________________________________


More information about the Python-bugs-list mailing list