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

Tal Einat report at bugs.python.org
Sun Jun 24 03:49:35 EDT 2018


Tal Einat <taleinat at gmail.com> added the comment:

You can know that the semaphore tracker is running by sending it an invalid command and seeing the error written to stderr.  The semaphore tracker either inherits sys.stderr from the parent process (if possible) or uses its own.  This is a bit of a hack, but might be worth it to avoid another wasted second on every run of the test suite.

----------
nosy: +taleinat

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


More information about the Python-bugs-list mailing list