]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 8 Dec 2021 16:05:00 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 16:05:00 +0000 (16:05 +0000)
commitd4363d214097b3fca8b7910c2e0e91c8b0873fb2
treeaff0f7c8b09418b5c4451be8a58c6073d5ac13df
parent69806b9516dbe092381f3ef884c7c64bb9b8414a
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)

* bpo-45813: Drop redundant assertion from frame.clear()

* Move assertion to frame_dealloc()
Lib/test/test_coroutines.py
Objects/frameobject.c