]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Aug 2021 18:08:32 +0000 (11:08 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 18:08:32 +0000 (11:08 -0700)
commitebbd0ac5d8850a1630090c210b2454b4b26c7daa
tree33eb566a9fac673f0fadffc15682507b31a47f96
parent337c8adf31c46b688a5f82bcb64dc6f1ad56703d
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015)

(cherry picked from commit 70ccee418d1f9d34ed15cfe7104221f9cfd27d03)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Python/compile.c