summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-04-13 19:48:19 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2015-04-13 19:48:19 +0200
commit071804f0ca3e8ee5c158f726eafa414ac43df1cf (patch)
treef085d365e5ebd6a629785f6d25ed5a9835bcc1f7 /Python/pythonrun.c
parent023f0a42831146aad5f64979183511ca4792a3e4 (diff)
parenta29d2b3b22b99338702c191e541277a47f9391ad (diff)
downloadcpython-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