diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-29 06:29:13 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-29 06:29:13 +0000 |
commit | 91993cc40defebb177b182415732443cb1b58a2c (patch) | |
tree | de3a83c4228b16f71f2675d0a222edea6f3d8e32 /lang/python27/files/patch-Lib_test_test_threading.py | |
parent | 2e0e4b67dcf2fa705de0f188025e2c16c77d2700 (diff) |
Notes
Diffstat (limited to 'lang/python27/files/patch-Lib_test_test_threading.py')
-rw-r--r-- | lang/python27/files/patch-Lib_test_test_threading.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python27/files/patch-Lib_test_test_threading.py b/lang/python27/files/patch-Lib_test_test_threading.py deleted file mode 100644 index c7dec6dd9b87..000000000000 --- a/lang/python27/files/patch-Lib_test_test_threading.py +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/test/test_threading.py.bak 2009-03-12 07:59:17.000000000 +0000 -+++ Lib/test/test_threading.py 2009-03-12 10:48:04.000000000 +0000 -@@ -382,7 +382,7 @@ - return - # Skip platforms with known problems forking from a worker thread. - # See http://bugs.python.org/issue3863. -- if sys.platform in ('freebsd4', 'freebsd5', 'freebsd6', 'os2emx'): -+ if sys.platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9', 'os2emx'): - print >>sys.stderr, ('Skipping test_3_join_in_forked_from_thread' - ' due to known OS bugs on'), sys.platform - return |