cpython: 2456e4e69cd0 (original) (raw)

Mercurial > cpython

changeset 75916:2456e4e69cd0 3.2

Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due to a known bug in pthread implementation on FreeBSD < 7). [#13902]

Charles-François Natali neologix@free.fr
date Sat, 24 Mar 2012 20:36:09 +0100
parents ff679f22682b
children c1191cbc7b37 a9129cf78cf0
files Lib/test/test_threading.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_threading.py 1

line wrap: on

line diff

--- a/Lib/test/test_threading.py +++ b/Lib/test/test_threading.py @@ -624,6 +624,7 @@ class ThreadJoinOnShutdown(BaseTestCase) output = "end of worker thread\nend of main thread\n" self.assertScriptHasOutput(script, output)