When not optimized function stack sizes are much larger and may cause this test to fail.

This commit is contained in:
Benjamin Peterson 2012-10-13 11:46:44 -04:00
parent 4604980854
commit d541d3fee4

View File

@ -753,7 +753,8 @@ class ThreadingExceptionTests(BaseTestCase):
lock = threading.Lock()
self.assertRaises(RuntimeError, lock.release)
@unittest.skipUnless(sys.platform == 'darwin', 'test macosx problem')
@unittest.skipUnless(sys.platform == 'darwin' and test.support.python_is_optimized(),
'test macosx problem')
def test_recursion_limit(self):
# Issue 9670
# test that excessive recursion within a non-main thread causes