[issue5223] infinite recursion in PyErr_WriteUnraisable

Amaury Forgeot d'Arc report at bugs.python.org
Mon Mar 9 13:31:24 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

python 3.0 does not crash. And it has better code for infinite recursion
(r55850, r66186)
I suggest to backport the py3k code, patch attached.

Martin, your comments are welcome. Are there compatibility issues?

----------
keywords: +patch
message_count: 4.0 -> 5.0
nosy: +loewis
nosy_count: 3.0 -> 4.0
Added file: http://bugs.python.org/file13284/recursioncheck.patch

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


More information about the Python-bugs-list mailing list