]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Tue, 31 May 2022 20:32:30 +0000 (16:32 -0400)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 20:32:30 +0000 (16:32 -0400)
commitf425f3bb27e826d25aac05139360cc6aa279126e
tree221a478440fd429943409605bbf8dcaf9bb9c6ee
parent8a5e3c2ec6254b2ce06d17545f58a6719e0c8fdb
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2022-05-23-18-36-07.gh-issue-93143.X1Yqxm.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h