cpython/Python
Victor Stinner e0bf70d08c
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
test_peg_generator now defines _Py_TEST_PEGEN macro when building C
code to not call PyAST_Validate() in Parser/pegen.c. Moreover, it
defines Py_BUILD_CORE_MODULE macro to get access to the internal
C API.

Remove "global_ast_state" from Python-ast.c when it's built by
test_peg_generator: always get the AST state from the current interpreter.
2021-03-18 02:46:06 +01:00
..
clinic
_warnings.c
asdl.c
ast.c
ast_opt.c bpo-43244: Add pycore_ast.h header file (GH-24908) 2021-03-17 23:50:50 +01:00
ast_unparse.c
bltinmodule.c bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611) 2021-03-11 01:39:52 +09:00
bootstrap_hash.c
ceval.c Make tracing info (bounds, and previous instruction offset) a bit more robust. (GH-24726) 2021-03-05 14:45:50 +00:00
ceval_gil.h
codecs.c
compile.c bpo-43244: Add pycore_ast.h header file (GH-24908) 2021-03-17 23:50:50 +01:00
condvar.h
context.c
dtoa.c bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821) 2021-03-13 14:25:14 +01:00
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) 2021-03-17 21:46:53 +01:00
formatter_unicode.c
frozen.c bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759) 2021-03-06 13:34:03 -08:00
frozen_hello.h bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759) 2021-03-06 13:34:03 -08:00
frozenmain.c
future.c bpo-43244: Add pycore_ast.h header file (GH-24908) 2021-03-17 23:50:50 +01:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c
importdl.c
importdl.h
importlib.h bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859) 2021-03-14 18:01:30 +00:00
importlib_external.h bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859) 2021-03-14 18:01:30 +00:00
importlib_zipimport.h bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159) 2021-03-08 12:06:02 -08:00
initconfig.c
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c bpo-43311: Create GIL autoTSSkey ealier (GH-24819) 2021-03-10 20:00:46 +01:00
pymath.c
pystate.c bpo-43311: Create GIL autoTSSkey ealier (GH-24819) 2021-03-10 20:00:46 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912) 2021-03-18 02:46:06 +01:00
pythonrun.c
pytime.c
README
stdlib_module_names.h bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814) 2021-03-10 12:10:01 +01:00
structmember.c
symtable.c
sysmodule.c
thread.c
thread_nt.h
thread_pthread.h
traceback.c
wordcode_helpers.h

Miscellaneous source files for the main Python shared library