Staging
v0.5.1
https://github.com/python/cpython
Revision fe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990 authored by Victor Stinner on 08 December 2020, 22:51:54 UTC, committed by GitHub on 08 December 2020, 22:51:54 UTC
Py_CompileString() is now always declared as a function by
Include/pythonrun.h. It is overriden with a macro in
Include/cpython/pythonrun.h.
1 parent 815506d
History
Tip revision: fe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990 authored by Victor Stinner on 08 December 2020, 22:51:54 UTC
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Tip revision: fe6e5e7
File Mode Size
fixes
pgen2
tests
Grammar.txt -rw-r--r-- 6.6 KB
PatternGrammar.txt -rw-r--r-- 793 bytes
__init__.py -rw-r--r-- 163 bytes
__main__.py -rw-r--r-- 67 bytes
btm_matcher.py -rw-r--r-- 6.5 KB
btm_utils.py -rw-r--r-- 9.7 KB
fixer_base.py -rw-r--r-- 6.5 KB
fixer_util.py -rw-r--r-- 14.8 KB
main.py -rw-r--r-- 11.6 KB
patcomp.py -rw-r--r-- 6.9 KB
pygram.py -rw-r--r-- 1.3 KB
pytree.py -rw-r--r-- 27.3 KB
refactor.py -rw-r--r-- 26.9 KB

back to top