| commit | 0d5e52d3469a310001afe50689f77ddba6d554d1 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 04 20:02:30 2011 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 04 20:02:30 2011 +0200 |
| tree | 0427334f46907890af771153a28f2c39441a8d89 | |
| parent | e548f5a0018fb44ed3a2a365ff0c8c87e397eedd [diff] |
Issue #1856: Avoid crashes and lockups when daemon threads run while the interpreter is shutting down; instead, these threads are now killed when they try to take the GIL.