Gregory P. Smith added the comment:

updated patch:
Don't Py_CLEAR the dummy sentinel value in PySet_Fini. The interned set uses 
it.  Otherwise it causes problems when re-initializing after a Fini as happens 
in processes the setup and tear down an embedded interpreter multiple times.

----------
Added file: http://bugs.python.org/file42139/interned_set_27-gps02.diff

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

Reply via email to