mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
This commit is contained in:
parent
8017b804a0
commit
d951157268
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue