Nick Coghlan <ncogh...@gmail.com> added the comment:

Looking at the example of _struct.c, I'll withdraw my objection to the patch. 
The segfault is due to the attempt to destroy a statically allocated type 
object, and the only viable solution to that is to ensure the reference count 
never drops to 0, even during Py_Finalize.

I also created issue11349 to cover the fact that _pickle really shouldn't be 
stashing things in static globals now that a better alternative is available.

----------
nosy: +loewis
versions: +Python 3.3

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

Reply via email to