Browse Source
bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
pull/5427/head
Victor Stinner
9 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
Lib/test/test_embed.py
|
|
|
@ -198,9 +198,6 @@ class EmbeddingTests(unittest.TestCase): |
|
|
|
self.assertEqual(out, '') |
|
|
|
self.assertEqual(err, '') |
|
|
|
|
|
|
|
@unittest.skipIf(True, |
|
|
|
"FIXME: test fails randomly because of a race conditon, " |
|
|
|
"see bpo-20891") |
|
|
|
def test_bpo20891(self): |
|
|
|
""" |
|
|
|
bpo-20891: Calling PyGILState_Ensure in a non-Python thread before |
|
|
|
|