[issue28202] Python 3.5.1 C API, the global variable is not destroyed when delete the module

Jack Liu report at bugs.python.org
Tue Sep 20 23:44:45 EDT 2016


Jack Liu added the comment:

The problem is resolved if call PyGC_Collect() after PyDict_DelItemString(). Is it expected to call PyGC_Collect() here?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28202>
_______________________________________


More information about the Python-bugs-list mailing list