]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Fri, 24 Jun 2022 17:55:18 +0000 (01:55 +0800)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 17:55:18 +0000 (01:55 +0800)
commit50a5ab2c0bf7bd10d85e80c9f71a7b7245a0682a
tree7a1db90f15efc86854a72de9172aad4f4a28b173
parenta91ffcf3fa15ce3884f620c799566aa734412f9d
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)

Sync up co_code changes with 3.11 commit 852b4d4bcd12b0b6839a015a262ce976b134f6f3.
Include/cpython/code.h
Misc/NEWS.d/next/Core and Builtins/2022-05-31-16-36-30.gh-issue-93382.Jf6gAj.rst
Objects/codeobject.c
Tools/scripts/deepfreeze.py