SIGN IN SIGN UP

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.
A
Antoine Pitrou committed
25f85d4bd58d86d3e6ce99cb9f270e96bf5ba08f
Parent: f3b990e