[issue40091] Crash in logging._after_at_fork_child_reinit_locks()

STINNER Victor report at bugs.python.org
Mon Apr 13 18:29:04 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

I merged my fix into master.

PR 19196 fix could be backported to 3.8, sadly I had to reject this PR since it introduced new problems :-( This approach (create a new lock at fork) doesn't work :-( So I'm not sure how to fix the issue on 3.8 without backporting the new _at_fork_reinit() method, but I would prefer to not backport it since I see it as a new feature.

----------

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


More information about the Python-bugs-list mailing list