mirror of
https://github.com/python/cpython.git
synced 2025-09-10 02:36:56 +00:00
Co-authored-by: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com>
This commit is contained in:
parent
8c7fadb9bf
commit
a023de65fc
5 changed files with 5 additions and 5 deletions
|
@ -317,7 +317,7 @@ class TestIncompleteFrameAreInvisible(unittest.TestCase):
|
|||
sneaky_frame_object = None
|
||||
gc.enable()
|
||||
next(g)
|
||||
# g.gi_frame should be the the frame object from the callback (the
|
||||
# g.gi_frame should be the frame object from the callback (the
|
||||
# one that was *requested* second, but *created* first):
|
||||
self.assertIs(g.gi_frame, sneaky_frame_object)
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue