]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usages by...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 16 Aug 2024 14:57:32 +0000 (15:57 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 14:57:32 +0000 (15:57 +0100)
commite2f2dc708eae89f41e328501b5ea7c97b8e39907
tree316a271c63c251dfa3777d9c682b280a33ca96c0
parenta07cf4ce25205d836a6b30cb629eda139d2a518e
gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usages by the macros (#123043)
Python/compile.c