[issue31510] test_many_processes() of test_multiprocessing_spawn failed on x86-64 Sierra 3.x

Antoine Pitrou report at bugs.python.org
Mon Oct 2 10:33:40 EDT 2017


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

> It looks like a weak synchronization.

It is.  I don't remember exactly why I had to add this, I can't reproduce any issue without it anymore...

> the signal is sent before Python registered signal handlers?

Python signal handlers are not relevant here, we're sending SIGTERM which kills the process.

----------

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


More information about the Python-bugs-list mailing list