[issue33613] test_multiprocessing_fork: test_semaphore_tracker_sigint() fails with -W error

Pablo Galindo Salgado report at bugs.python.org
Sun Jun 24 14:28:53 EDT 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I have updated the PR implementing a PONG command in the semaphore and updating the test. I have tested on the failing buildbots (gcc110.fsffrance.org) and it works. Notice that a new pipe for the child to write was needed as the child is continuously reading from the original one and therefore we cannot use the same one.

----------

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


More information about the Python-bugs-list mailing list