Message71664
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 |
|
| 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: <[email protected]> |
| 2008-08-21 17:43:47 | amaury.forgeotdarc | link | issue3611 messages |
| 2008-08-21 17:43:47 | amaury.forgeotdarc | create | |
|