]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (GH-30040)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Dec 2021 16:15:44 +0000 (08:15 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Dec 2021 16:15:44 +0000 (17:15 +0100)
commit576e38f9db61ca09ca6dc57ad13b02a7bf9d370a
tree6112f975dc389f687c223a6a0efb19a540519cae
parentbb0b5c12419b8fa657c96185d62212aea975f500
bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (GH-30040)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
(cherry picked from commit 28179aac796ed1debdce336c4b8ca18e8475d40d)

Co-authored-by: Weipeng Hong <hongweichen8888@sina.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2021-12-06-15-32-12.bpo-42918.Czpgtg.rst [new file with mode: 0644]
Parser/pegen.c