cpython/Python
2026-02-10 14:31:49 +00:00
..
clinic
frozen_modules
_contextvars.c
_warnings.c
asdl.c
asm_trampoline.S
assemble.c
ast.c
ast_preprocess.c
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
brc.c
bytecodes.c [3.14] gh-144012: Check null binary op extend (GH-144014) (GH-144038) 2026-01-20 18:05:56 +00:00
ceval.c [3.14] GH-100964: Fix reference cycle in exhausted generator frames (GH-141112) (#142902) 2025-12-17 19:48:18 +00:00
ceval_gil.c
ceval_macros.h
codecs.c
codegen.c
compile.c [3.14] Fix dunder name typo in compiler code comment (GH-143374) (#143386) 2026-01-10 12:21:09 +05:30
condvar.h
config_common.h
context.c
critical_section.c
crossinterp.c [3.14] gh-143377: fix crashes in _interpreters.capture_exception (GH-143418) (#143652) 2026-01-10 12:05:42 +00:00
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_syscalls.c
emscripten_trampoline.c
emscripten_trampoline_inner.c
errors.c [3.14] gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557) (#143603) 2026-01-09 16:10:50 +01:00
executor_cases.c.h [3.14] gh-144012: Check null binary op extend (GH-144014) (GH-144038) 2026-01-20 18:05:56 +00:00
fileutils.c
flowgraph.c
formatter_unicode.c
frame.c [3.14] gh-144446: Fix some frame object thread-safety issues (gh-144479) (#144546) 2026-02-06 15:25:36 +00:00
frozen.c
frozenmain.c
future.c
gc.c
gc_free_threading.c [3.14] gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156) (GH-143175) 2025-12-25 12:00:42 -05:00
gc_gil.c
generated_cases.c.h [3.14] gh-144012: Check null binary op extend (GH-144014) (GH-144038) 2026-01-20 18:05:56 +00:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c [3.14] gh-142829: Fix use-after-free in Context.__eq__ via re-entrant ContextVar.set (GH-142905) (#143627) 2026-01-10 12:21:37 +05:30
hashtable.c
import.c [3.14] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142988) 2025-12-20 12:49:23 +05:30
importdl.c
index_pool.c
initconfig.c [3.14] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) (GH-143153) 2025-12-24 18:23:41 +00:00
instruction_sequence.c
instrumentation.c
interpconfig.c
intrinsics.c
jit.c
legacy_tracing.c
lock.c
marshal.c [3.14] gh-106287: Do not write objects after an unmarshalling error (GH-132715) (GH-143832) 2026-01-14 11:52:20 +00:00
modsupport.c
mysnprintf.c
mystrtoul.c
object_stack.c
opcode_targets.h
optimizer.c
optimizer_analysis.c
optimizer_bytecodes.c
optimizer_cases.c.h
optimizer_symbols.c
parking_lot.c
pathconfig.c
perf_jit_trampoline.c [3.14] gh-144194: Fix mmap failure check in perf_jit_trampoline.c (GH-143713) (#144301) 2026-01-28 13:57:19 +00:00
perf_trampoline.c [3.14] gh-143228: Fix UAF in perf trampoline during finalization (GH-143233) (#143247) 2025-12-28 14:32:11 +00:00
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c [3.14] gh-144307: Fix a reference leak during module teardown (GH-144308) (GH-144327) 2026-01-29 19:19:14 +00:00
pymath.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c [3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144227) 2026-01-26 12:14:39 +00:00
Python-tokenize.c
pythonrun.c
pytime.c
qsbr.c
README
remote_debug.h [3.14] gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes (GH-144595) (#144655) 2026-02-10 14:31:49 +00:00
remote_debugging.c
specialize.c
stackrefs.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
tier2_engine.md
traceback.c
tracemalloc.c [3.14] gh-143057: avoid locking in tracemalloc C-APIs when it is not enabled (GH-143065) (#143071) 2025-12-22 16:04:24 +00:00
uniqueid.c
vm-state.md

Miscellaneous source files for the main Python shared library