Commit e3d63080 authored by Denis Bilenko's avatar Denis Bilenko

test_threading_2.py: re-enable test_foreign_thread

parent ff6d1cd1
......@@ -164,7 +164,7 @@ class ThreadTests(unittest.TestCase):
self.test_various_ops()
threading.stack_size(0)
def BOGUS_test_foreign_thread(self):
def test_foreign_thread(self):
# Check that a "foreign" thread can use the threading module.
def f(mutex):
# Calling current_thread() forces an entry for the foreign
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment