Unverified Kaydet (Commit) d9511572 authored tarafından Victor Stinner's avatar Victor Stinner Kaydeden (comit) GitHub

bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)

üst 8017b804
...@@ -198,9 +198,6 @@ class EmbeddingTests(unittest.TestCase): ...@@ -198,9 +198,6 @@ class EmbeddingTests(unittest.TestCase):
self.assertEqual(out, '') self.assertEqual(out, '')
self.assertEqual(err, '') self.assertEqual(err, '')
@unittest.skipIf(True,
"FIXME: test fails randomly because of a race conditon, "
"see bpo-20891")
def test_bpo20891(self): def test_bpo20891(self):
""" """
bpo-20891: Calling PyGILState_Ensure in a non-Python thread before bpo-20891: Calling PyGILState_Ensure in a non-Python thread before
......
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