]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an additional...
authorMark Shannon <mark@hotpy.org>
Thu, 17 Mar 2022 16:14:57 +0000 (16:14 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 16:14:57 +0000 (16:14 +0000)
commit3011a097bd9500c007bd8b8d005edeea895f6b44
treed2637ab682e1265eaf23316add1039b3829abb19
parentef1327e3b622e0cafdf8bfc1f480fed0dd386be6
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an additional NULL. (GH-31933)
Doc/library/dis.rst
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-03-16-12-19-25.bpo-46329.9oS0HT.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c