STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40091>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to