[issue6721] Locks in the standard library should be sanitized on fork

cagney report at bugs.python.org
Wed Apr 3 10:40:50 EDT 2019


cagney <andrew.cagney at gmail.com> added the comment:

> Does your code use any C code that forks on its own without properly calling the C Python PyOS_BeforeFork(), PyOS_AfterFork_Parent(), and PyOS_AfterFork_Child() APIs?

No.

Is there a web page explaining how to pull a python backtrace from all the threads running within a daemon?

----------

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


More information about the Python-bugs-list mailing list