Ronald Oussoren <ronaldousso...@mac.com> added the comment:

@victor: thanks for confirming my analysis.  

The trashcan API does fix this issue, although I did have to change 
"_PyObject_GC_UNTRACK(m);" to "PyObject_GC_UnTrack(m);" as well. I haven't 
checked yet why that's necessary.

----------

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

Reply via email to