]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
authorCharles-François Natali <neologix@free.fr>
Wed, 8 Feb 2012 20:29:11 +0000 (21:29 +0100)
committerCharles-François Natali <neologix@free.fr>
Wed, 8 Feb 2012 20:29:11 +0000 (21:29 +0100)
commitb2c9e9ad91542e28a77efabe6b16a7021ccc34d3
tree0ae2cc1d55c4762641595b90c2dfb320a7194685
parent73d1da3914e936da178c21184a991e80b3b6d3f8
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
can't be called reliably from a worker thread.
Lib/test/test_threading.py