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 b84fa90 commit 9ccf6bdCopy full SHA for 9ccf6bd
1 file changed
Lib/test/test_embed.py
@@ -1919,6 +1919,10 @@ def test_gilstate_after_finalization(self):
1919
self.run_embedded_interpreter("test_gilstate_after_finalization")
1920
1921
1922
+ def test_thread_state_ensure(self):
1923
+ self.run_embedded_interpreter("test_thread_state_ensure")
1924
+
1925
1926
class MiscTests(EmbeddingTestsMixin, unittest.TestCase):
1927
def test_unicode_id_init(self):
1928
# bpo-42882: Test that _PyUnicode_FromId() works
0 commit comments