This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, pitrou, vstinner
Date 2008-08-21.17:43:47
SpamBayes Score 0.00084533857
Marked as misclassified No
Message-id <1219340628.49.0.22316701036.issue3611@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-08-21 17:43:48amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson
2008-08-21 17:43:48amaury.forgeotdarcsetmessageid: <1219340628.49.0.22316701036.issue3611@psf.upfronthosting.co.za>
2008-08-21 17:43:47amaury.forgeotdarclinkissue3611 messages
2008-08-21 17:43:47amaury.forgeotdarccreate