[issue3611] invalid exception context

Amaury Forgeot d'Arc report at bugs.python.org
Thu Aug 21 19:43:48 CEST 2008


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

Antoine, your script hangs at the end due to the io.py deadlock (see #3618)

- at the end of the script, flush_io() is called
- this enters code in io.py
- here, garbage collection occurs (thanks to low thresholds)
- the Bug() instance is collected
- the exception is handled by a PyErr_WriteUnraisable
- which tries to print

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


More information about the Python-bugs-list mailing list