[issue36533] logging regression with threading + fork are mixed in 3.7.1rc2 (deadlock potential)

Gregory P. Smith report at bugs.python.org
Sat Apr 6 04:03:15 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

Here's a PR that goes the re-initialization route rather than attempting to acquire/release anything other than the single module _lock.

----------
nosy: +lukasz.langa
versions: +Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36533>
_______________________________________


More information about the Python-bugs-list mailing list