Message142907
Ok, I think the reason this doesn't appear in 3.2/3.3 is the fix for issue1856. In 2.x (and 3.1) daemon threads can continue executing after the interpreter's internal structures have started being destroyed.
The least intrusive solution is to always join the helper thread before shutting down the interpreter. Patch attached. |
|
Date |
User |
Action |
Args |
2011-08-24 20:02:48 | pitrou | set | recipients:
+ pitrou, mattheww, jnoller, Thorney, bobbyi, gdb, dpranke, tobami |
2011-08-24 20:02:48 | pitrou | set | messageid: <1314216168.26.0.0491510025585.issue4106@psf.upfronthosting.co.za> |
2011-08-24 20:02:47 | pitrou | link | issue4106 messages |
2011-08-24 20:02:47 | pitrou | create | |
|