]> granicus.if.org Git - python/commit
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 10 Oct 2018 07:40:14 +0000 (08:40 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 07:40:14 +0000 (08:40 +0100)
commit3058b7d85697f95573fa042d6b9e4d6e2a9e739c
tree6385f9dae930c5f5104d86e471f516d3f8258385
parentd0bb5d73cb2a44044cc314bc2cb68407b27eddb6
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)

Tests involving sending signals to the semaphore_tracker will not fail anymore due to
the fact that running the test suite with -Werror propagates warnings as errors.

Fix a missing assertion when the semaphore_tracker is expected to die.
Lib/test/_test_multiprocessing.py