diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2009-03-14 09:33:40 +0000 | 
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2009-03-14 09:33:40 +0000 | 
| commit | a95007e2081d3b2f6008a3503c1eca7a498228ad (patch) | |
| tree | fb4598bc96030320e8e3409e74d0136444ce9ba6 /lang/python27/files/patch-Lib_test_test_threading.py | |
| parent | 2276468d00fe1fab54bd609dc8d86178b7e98b5e (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, 11 insertions, 0 deletions
diff --git a/lang/python27/files/patch-Lib_test_test_threading.py b/lang/python27/files/patch-Lib_test_test_threading.py new file mode 100644 index 000000000000..011ae85349a4 --- /dev/null +++ b/lang/python27/files/patch-Lib_test_test_threading.py @@ -0,0 +1,11 @@ +--- 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', 'os2emx'): +             print >>sys.stderr, ('Skipping test_3_join_in_forked_from_thread' +                                  ' due to known OS bugs on'), sys.platform +             return  | 
