[issue9535] Pending signals are inherited by child processes

Antoine Pitrou report at bugs.python.org
Tue Jan 4 12:11:22 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> Yes I'd do it in PyOS_AfterFork.  Simpler patch based on gdb's
> attached.

Private functions shouldn't use the PyXX_CamelCase() convention :)
Otherwise, looks good.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9535>
_______________________________________


More information about the Python-bugs-list mailing list