]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93678: refactor compiler so that optimizer does not need the assembler and compile...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 21 Jun 2022 08:22:17 +0000 (09:22 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 08:22:17 +0000 (09:22 +0100)
commit889772fb568f14aacb9127e98e92ec2e34110b10
treef654d51f38cd1eac8cfbd553915f0a8bb911a752
parent77c839c98fe57dcb01f5cad2e65fb4cac5a052c1
GH-93678: refactor compiler so that optimizer does not need the assembler and compiler structs (GH-93842)
Misc/NEWS.d/next/Core and Builtins/2022-06-15-16-45-53.gh-issue-93678.1I_ZT3.rst [new file with mode: 0644]
Python/compile.c