cpython/Python
Guido van Rossum 1cfa704f64
GH-98831: Generate things in the input order (#100123)
This makes it easier to see what changed in the generated code
when converting an instruction to super or macro.
2022-12-08 15:54:07 -08:00
..
clinic
deepfreeze
frozen_modules
_warnings.c
adaptive.md
asdl.c
asm_trampoline.S
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
bytecodes.c GH-98831: Typed stack effects, and more instructions converted (#99764) 2022-12-08 13:31:27 -08:00
ceval.c GH-99729: Unlink frames before clearing them (GH-100030) 2022-12-06 14:01:38 +00:00
ceval_gil.c
codecs.c
compile.c
condvar.h
context.c
dtoa.c gh-81057: Move More Globals to _PyRuntimeState (gh-100092) 2022-12-07 15:56:31 -07:00
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
errors.c
fileutils.c
formatter_unicode.c
frame.c GH-99729: Unlink frames before clearing them (GH-100030) 2022-12-06 14:01:38 +00:00
frozen.c
frozenmain.c
future.c
generated_cases.c.h GH-98831: Generate things in the input order (#100123) 2022-12-08 15:54:07 -08: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
initconfig.c gh-81057: Move More Globals to _PyRuntimeState (gh-100092) 2022-12-07 15:56:31 -07:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c gh-81057: Move time Globals to _PyRuntimeState (gh-100122) 2022-12-08 16:46:09 -07:00
pymath.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
Python-tokenize.c
pythonrun.c
pytime.c
README
specialize.c
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
sysmodule.c
thread.c
thread_nt.h
thread_pthread.h
thread_pthread_stubs.h
traceback.c

Miscellaneous source files for the main Python shared library