]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 31 Aug 2021 17:41:20 +0000 (18:41 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 17:41:20 +0000 (20:41 +0300)
commit70ccee418d1f9d34ed15cfe7104221f9cfd27d03
tree2395e39a5bb2fdd5c82bc991053a0a11e6058f54
parent54f100514b02f6628450043e21ccfe39350d7ac7
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015)
Python/compile.c