Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8017b80 commit d951157Copy full SHA for d951157
1 file changed
Lib/test/test_embed.py
@@ -198,9 +198,6 @@ def test_pre_initialization_api(self):
198
self.assertEqual(out, '')
199
self.assertEqual(err, '')
200
201
- @unittest.skipIf(True,
202
- "FIXME: test fails randomly because of a race conditon, "
203
- "see bpo-20891")
204
def test_bpo20891(self):
205
"""
206
bpo-20891: Calling PyGILState_Ensure in a non-Python thread before
0 commit comments