aboutsummaryrefslogtreecommitdiff
path: root/lang/python27/files/patch-Lib_test_test_threading.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python27/files/patch-Lib_test_test_threading.py')
-rw-r--r--lang/python27/files/patch-Lib_test_test_threading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/patch-Lib_test_test_threading.py b/lang/python27/files/patch-Lib_test_test_threading.py
index 011ae85349a4..c7dec6dd9b87 100644
--- a/lang/python27/files/patch-Lib_test_test_threading.py
+++ b/lang/python27/files/patch-Lib_test_test_threading.py
@@ -5,7 +5,7 @@
# 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'):
++ 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