]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)
authorWeipeng Hong <hongweichen8888@sina.com>
Fri, 10 Dec 2021 23:44:26 +0000 (07:44 +0800)
committerGitHub <noreply@github.com>
Fri, 10 Dec 2021 23:44:26 +0000 (00:44 +0100)
commit28179aac796ed1debdce336c4b8ca18e8475d40d
tree52cf22ebe879402024dfda46be582969c06f3d29
parent98e506ae8a7997658a08fbf77ac016d200588cb3
bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.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