Staging
v0.5.1
https://github.com/python/cpython
Revision bc28805570ae3e8835a5d502ae9ab15c52449f77 authored by Guido van Rossum on 23 April 2020, 22:42:56 UTC, committed by GitHub on 23 April 2020, 22:42:56 UTC
This is invoked by mypy, using ast.parse(source, "<func_type>", "func_type"). Since the new grammar doesn't yet support the func_type_input start symbol we must use the old compiler in this case to prevent a crash.

https://bugs.python.org/issue40334
1 parent 40ded94
History
Tip revision: bc28805570ae3e8835a5d502ae9ab15c52449f77 authored by Guido van Rossum on 23 April 2020, 22:42:56 UTC
bpo-40334: Use old compiler when compile mode is func_type (GH-19692)
Tip revision: bc28805
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.2 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 67.8 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 13.1 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 496.6 KB
configure.ac -rw-r--r-- 166.4 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 44.2 KB
setup.py -rw-r--r-- 103.4 KB

README.rst

back to top