diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 19:48:19 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-13 19:48:19 +0200 |
commit | 071804f0ca3e8ee5c158f726eafa414ac43df1cf (patch) | |
tree | f085d365e5ebd6a629785f6d25ed5a9835bcc1f7 /Python/pythonrun.c | |
parent | 023f0a42831146aad5f64979183511ca4792a3e4 (diff) | |
parent | a29d2b3b22b99338702c191e541277a47f9391ad (diff) | |
download | cpython-071804f0ca3e8ee5c158f726eafa414ac43df1cf.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