GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)

This commit is contained in:
Brandt Bucher 2022-09-22 09:16:52 -07:00 committed by GitHub
parent ec403536f1
commit 8fd2c3b75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 79 additions and 3 deletions

View file

@ -1713,6 +1713,9 @@ class AuditingTests(EmbeddingTestsMixin, unittest.TestCase):
timeout=support.SHORT_TIMEOUT,
returncode=1)
def test_get_incomplete_frame(self):
self.run_embedded_interpreter("test_get_incomplete_frame")
class MiscTests(EmbeddingTestsMixin, unittest.TestCase):
def test_unicode_id_init(self):