This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, thijsmiedema94
Date 2021-02-12.23:03:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613170992.17.0.122026381078.issue43208@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-12 23:03:12eryksunsetrecipients: + eryksun, thijsmiedema94
2021-02-12 23:03:12eryksunsetmessageid: <1613170992.17.0.122026381078.issue43208@roundup.psfhosted.org>
2021-02-12 23:03:12eryksunlinkissue43208 messages
2021-02-12 23:03:12eryksuncreate