Message71664
| 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:48 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson |
| 2008-08-21 17:43:48 | amaury.forgeotdarc | set | messageid: <1219340628.49.0.22316701036.issue3611@psf.upfronthosting.co.za> |
| 2008-08-21 17:43:47 | amaury.forgeotdarc | link | issue3611 messages |
| 2008-08-21 17:43:47 | amaury.forgeotdarc | create | |