[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

STINNER Victor report at bugs.python.org
Tue Jan 12 19:04:13 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

> In GH-23598, PyModule_AddObjectRef was added as EXPORT_DATA. Shouldn't it be EXPORT_FUNC?

Oh, I didn't notice that there was EXPORT_DATA. Right, EXPORT_FUNC must be used.

----------

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


More information about the Python-bugs-list mailing list