Eryk Sun <eryk...@gmail.com> added the comment:

NoneType would have to be replaced with None in make_funcptrtype_dict() and 
PyCFuncPtr_set_restype() in Modules/_ctypes/_ctypes.c. In the C API, NoneType 
is (PyObject *)&_PyNone_Type.

----------
nosy: +eryksun

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

Reply via email to