Files
cpython/Modules
Antoine Pitrou cb46f0ecb0 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:48:19 +02:00
..
2014-10-28 22:24:46 +01:00
2015-03-18 16:05:32 +01:00
2014-07-06 13:04:20 -07:00
2014-07-06 13:04:20 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.