diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 19:41:47 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 19:41:47 +0200 |
commit | a29d2b3b22b99338702c191e541277a47f9391ad (patch) | |
tree | 265bb041e7a1bbb0cccc2004eef7d393937521e2 /Python/pythonrun.c | |
parent | aa638d20b89f9e3535524007c25bd9dd9bb84e31 (diff) | |
download | cpython-a29d2b3b22b99338702c191e541277a47f9391ad.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions