[issue22898] segfault during shutdown attempting to log ResourceWarning

Serhiy Storchaka report at bugs.python.org
Sun Jun 11 11:24:54 EDT 2017


Serhiy Storchaka added the comment:

The simplest solution -- make BaseException_set_tb(), BaseException_set_context() and BaseException_set_cause() no-ops for PyExc_RecursionErrorInst.

----------
Added file: http://bugs.python.org/file46940/immutable-recursion-error-inst.diff

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


More information about the Python-bugs-list mailing list