Files
cpython/Modules
Antoine Pitrou 25f85d4bd5 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
while it is holding a lock to a buffered I/O object, and the main thread
tries to use the same I/O object (typically stdout or stderr).  A fatal
error is emitted instead.
2015-04-13 19:41:47 +02:00
..
2014-02-04 10:12:18 -05:00
2014-01-13 23:56:30 -05:00
2015-02-01 17:59:49 -05:00
2014-10-28 22:24:46 +01:00
2014-05-11 16:17:02 -07:00
2015-03-18 16:05:18 +01:00
2015-02-09 20:58:52 -05:00
2013-10-26 13:22:08 -04:00
2015-03-02 11:18:40 -05:00
2014-02-04 09:33:05 +01:00