cpython: c1191cbc7b37 (original) (raw)
Mercurial > cpython
changeset 75917:c1191cbc7b37
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:37:01 +0100 |
parents | 242d3f8e8c50(current diff)2456e4e69cd0(diff) |
children | 43f6a1078d67 |
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 @@ -632,6 +632,7 @@ class ThreadJoinOnShutdown(BaseTestCase) output = "end of worker thread\nend of main thread\n" self.assertScriptHasOutput(script, output)