cpython/Python
2024-07-18 14:24:58 -07:00
..
clinic
frozen_modules
_warnings.c
asdl.c
asm_trampoline.S
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) 2024-07-13 13:40:44 +03:00
bootstrap_hash.c
brc.c
bytecodes.c GH-118093: Add tier two support to several instructions (GH-121884) 2024-07-18 14:24:58 -07:00
ceval.c GH-118093: Add tier two support to several instructions (GH-121884) 2024-07-18 14:24:58 -07:00
ceval_gil.c gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls() (gh-118298) 2024-07-15 12:44:20 -06:00
ceval_macros.h
codecs.c
compile.c gh-121657: Display correct error message for yield from outside of a function (GH-121680) 2024-07-13 17:14:39 +02:00
condvar.h
config_common.h
context.c gh-121546: Disable contextvar caching on free-threading build (GH-121740) 2024-07-16 02:57:58 +08:00
critical_section.c
crossinterp.c
crossinterp_data_lookup.h
crossinterp_exceptions.h
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
emscripten_trampoline.c gh-121698 Emscripten: Use updated WebAssembly type reflection proposal (GH-121699) 2024-07-14 11:25:09 +02:00
errors.c
executor_cases.c.h GH-118093: Add tier two support to several instructions (GH-121884) 2024-07-18 14:24:58 -07:00
fileutils.c
flowgraph.c
formatter_unicode.c
frame.c GH-120024: Use pointer for stack pointer (GH-121923) 2024-07-18 12:47:21 +01:00
frozen.c
frozenmain.c
future.c
gc.c
gc_free_threading.c gh-121794: Don't set ob_tid to zero in fast-path dealloc (#121799) 2024-07-15 17:50:10 -04:00
gc_gil.c
generated_cases.c.h GH-118093: Add tier two support to several instructions (GH-121884) 2024-07-18 14:24:58 -07:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503) 2024-07-08 15:10:00 -06:00
importdl.c
initconfig.c
instruction_sequence.c
instrumentation.c
interpconfig.c
intrinsics.c
jit.c
legacy_tracing.c gh-121814: Only check f_trace_opcodes if Python frame exists (#121818) 2024-07-15 16:11:02 -07:00
lock.c gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388) 2024-07-08 14:52:07 -04:00
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
object_stack.c
opcode_targets.h
optimizer.c GH-118093: Add tier two support to several instructions (GH-121884) 2024-07-18 14:24:58 -07:00
optimizer_analysis.c
optimizer_bytecodes.c GH-118093: Add tier two support to several instructions (GH-121884) 2024-07-18 14:24:58 -07:00
optimizer_cases.c.h GH-118093: Add tier two support to several instructions (GH-121884) 2024-07-18 14:24:58 -07:00
optimizer_symbols.c
parking_lot.c
pathconfig.c
perf_jit_trampoline.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c gh-121621: Move asyncio_running_loop to private struct (#121939) 2024-07-17 15:21:24 -07:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334) 2024-07-11 14:34:53 +00:00
Python-tokenize.c gh-120317: Lock around global state in the tokenize module (#120318) 2024-07-16 11:35:57 +02:00
pythonrun.c
pytime.c
qsbr.c
README
specialize.c GH-121583: Remove dependency from pystats.h to internal header file (GH-121587) 2024-07-16 15:38:29 -07:00
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c gh-121272: move async for/with validation from compiler to symtable (#121361) 2024-07-04 14:47:21 +01:00
sysmodule.c
thread.c
thread_nt.h
thread_pthread.h
thread_pthread_stubs.h
tier2_engine.md
traceback.c
tracemalloc.c gh-121390: tracemalloc: Fix tracebacks memory leak (#121391) 2024-07-05 08:39:48 +02:00
vm-state.md

Miscellaneous source files for the main Python shared library