| commit | fc20b0c65c446f79e39d006f3cffed03aa745380 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 04 20:04:29 2011 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 04 20:04:29 2011 +0200 |
| tree | d26d9bdfcce057847cc8b878621ac59ad547c695 | |
| parent | c17c6d95cf989a89d77ab4a655599531479bd268 [diff] | |
| parent | 0d5e52d3469a310001afe50689f77ddba6d554d1 [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.