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

(cherry picked from commit 8fd2c3b75b)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
This commit is contained in:
Miss Islington (bot) 2022-09-22 10:17:53 -07:00 committed by GitHub
parent 773dbb9e3a
commit 6a646dd1ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 79 additions and 3 deletions

View file

@ -1709,6 +1709,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):