Xavier de Gaye added the comment:

The attached script raises the PyExc_RecursionErrorInst singleton and 
reproduces the issue.
The attached patch fixes the issue by ignoring the warning when clearing 
PyExc_RecursionErrorInst and clearing the frames associated with its traceback, 
in _PyExc_Fini().

----------
nosy: +xdegaye
Added file: http://bugs.python.org/file37278/runtimerror_singleton_2.py

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

Reply via email to