]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
authorMark Shannon <mark@hotpy.org>
Thu, 23 Feb 2023 10:19:01 +0000 (10:19 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 10:19:01 +0000 (10:19 +0000)
commit22b8d77b98a5944e688be0927b8139c49d4a7257
treec3693ee3bc939140e9ad885677d58cab59673993
parent572223f9ce99e8816abdcc1536db6c4ceed2d848
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Include/cpython/genobject.h
Include/internal/pycore_frame.h
Lib/test/test_capi/test_misc.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2023-01-04-12-49-33.gh-issue-100719.uRPccL.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/genobject.c
Python/ceval.c
Python/frame.c