mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
This commit is contained in:
parent
ec403536f1
commit
8fd2c3b75b
4 changed files with 79 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue