]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements...
authorMark Shannon <mark@hotpy.org>
Tue, 15 Dec 2020 11:07:50 +0000 (11:07 +0000)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 11:07:50 +0000 (11:07 +0000)
commit8473cf89bdbf2cb292b39c972db540504669b9cd
tree68e19e5056b75e3e86d8bc13b7ac6c214fb83ea6
parent6f79e60b66dacefca147bdaa80eb37f936a72991
bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743)
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h