cpython/Python
Mark Shannon 78068126a1
GH-99005: More intrinsics (GH-100774)
* Remove UNARY_POSITIVE, LIST_TO_TUPLE and ASYNC_GEN_WRAP, replacing them with intrinsics.
2023-01-06 14:47:57 +00: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-99005: More intrinsics (GH-100774) 2023-01-06 14:47:57 +00:00
ceval.c GH-99005: Add CALL_INTRINSIC_1 instruction (GH-100771) 2023-01-05 16:05:51 +00:00
ceval_gil.c
codecs.c
compile.c GH-99005: More intrinsics (GH-100774) 2023-01-06 14:47:57 +00:00
condvar.h
context.c
dtoa.c
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
frozen.c
frozenmain.c
future.c
generated_cases.c.h GH-99005: More intrinsics (GH-100774) 2023-01-06 14:47:57 +00: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
intrinsics.c GH-99005: More intrinsics (GH-100774) 2023-01-06 14:47:57 +00:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_metadata.h GH-99005: More intrinsics (GH-100774) 2023-01-06 14:47:57 +00:00
opcode_targets.h GH-99005: More intrinsics (GH-100774) 2023-01-06 14:47:57 +00:00
pathconfig.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
Python-tokenize.c
pythonrun.c
pytime.c
README
specialize.c GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753) 2023-01-05 12:20:09 +00:00
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