Skip to content

Commit d951157

Browse files
authored
bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
1 parent 8017b80 commit d951157

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_embed.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ def test_pre_initialization_api(self):
198198
self.assertEqual(out, '')
199199
self.assertEqual(err, '')
200200

201-
@unittest.skipIf(True,
202-
"FIXME: test fails randomly because of a race conditon, "
203-
"see bpo-20891")
204201
def test_bpo20891(self):
205202
"""
206203
bpo-20891: Calling PyGILState_Ensure in a non-Python thread before

0 commit comments

Comments
 (0)