]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
authorInada Naoki <songofacandy@gmail.com>
Fri, 16 Apr 2021 05:01:04 +0000 (14:01 +0900)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 05:01:04 +0000 (14:01 +0900)
commit8a232c7b17a2e41ae14d8bb7937ddfea69301dce
treed6e4d24b52f610acfca2271fcb4adc22cdf05fee
parentff3d9c0f1a960c3d677d7eb0200d59f3aa2a8b1b
bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
Misc/NEWS.d/next/Core and Builtins/2021-04-15-10-19-59.bpo-41323.nsvpSg.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h