]> granicus.if.org Git - python/commit
bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)
authorxdegaye <xdegaye@gmail.com>
Fri, 1 Dec 2017 07:08:49 +0000 (08:08 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2017 07:08:49 +0000 (08:08 +0100)
commitbf2b65e413ca5ec705c7e2f463d0d75e947588a4
treef7146c74b318ca4d3ed66551e9f9e68b07be7fa7
parenta561862048555d555fa4850eaf832ae5474c7e1f
bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)

Skip tests with test.support.import_module('multiprocessing.synchronize')
instead when the semaphore implementation is broken or missing.
Lib/test/support/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst [new file with mode: 0644]