| .. |
|
clinic
|
gh-135801: Add the module parameter to compile() etc (GH-139652)
|
2025-11-13 13:21:32 +02:00 |
|
frozen_modules
|
|
|
|
_contextvars.c
|
|
|
|
_warnings.c
|
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
|
2025-10-30 15:55:39 +02:00 |
|
asdl.c
|
|
|
|
asm_trampoline.S
|
|
|
|
assemble.c
|
|
|
|
ast.c
|
|
|
|
ast_preprocess.c
|
gh-135801: Add the module parameter to compile() etc (GH-139652)
|
2025-11-13 13:21:32 +02:00 |
|
ast_unparse.c
|
|
|
|
bltinmodule.c
|
gh-135801: Add the module parameter to compile() etc (GH-139652)
|
2025-11-13 13:21:32 +02:00 |
|
bootstrap_hash.c
|
|
|
|
brc.c
|
|
|
|
bytecodes.c
|
gh-144012: Check null binary op extend (#144014)
|
2026-01-19 02:38:37 +08:00 |
|
ceval.c
|
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
|
2026-01-16 10:33:29 -08:00 |
|
ceval.h
|
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
|
2026-01-16 10:33:29 -08:00 |
|
ceval_gil.c
|
GH-142513: Reimplement executor management (GH-142931)
|
2025-12-18 16:43:44 +00:00 |
|
ceval_macros.h
|
gh-143123: Protect against recursive tracer calls/finalization (GH-143126)
|
2026-01-14 12:23:14 +00:00 |
|
codecs.c
|
|
|
|
codegen.c
|
GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)
|
2026-01-16 09:11:58 +00:00 |
|
compile.c
|
GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)
|
2026-01-16 09:11:58 +00:00 |
|
condvar.h
|
|
|
|
config_common.h
|
|
|
|
context.c
|
gh-116738: make entering of contextvars.Context thread safe (#143074)
|
2026-01-06 12:24:02 +05:30 |
|
critical_section.c
|
gh-140795: fetch thread state once on fast path for critical sections (#141406)
|
2025-11-21 19:49:53 +05:30 |
|
crossinterp.c
|
gh-143377: fix crashes in _interpreters.capture_exception (#143418)
|
2026-01-10 12:37:54 +01: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
|
gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557)
|
2026-01-09 13:16:22 +01:00 |
|
executor_cases.c.h
|
gh-144012: Check null binary op extend (#144014)
|
2026-01-19 02:38:37 +08:00 |
|
fileutils.c
|
gh-42400: Fix buffer overflow in _Py_wrealpath() for very long paths (#141529)
|
2025-11-18 17:34:58 +01:00 |
|
flowgraph.c
|
GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)
|
2026-01-16 09:11:58 +00:00 |
|
frame.c
|
gh-120321: Fix TSan reported races on gi_frame_state (gh-143128)
|
2025-12-24 16:10:43 -05:00 |
|
frozen.c
|
|
|
|
frozenmain.c
|
|
|
|
future.c
|
|
|
|
gc.c
|
gh-141070: Rename PyUnstable_Object_Dump to PyObject_Dump (GH-142848)
|
2026-01-16 09:19:43 -05:00 |
|
gc_free_threading.c
|
gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156)
|
2025-12-25 16:31:41 +00:00 |
|
gc_gil.c
|
|
|
|
generated_cases.c.h
|
gh-144012: Check null binary op extend (#144014)
|
2026-01-19 02:38:37 +08:00 |
|
getargs.c
|
|
|
|
getcompiler.c
|
gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows (#141342)
|
2025-11-10 15:50:51 +01:00 |
|
getcopyright.c
|
|
|
|
getopt.c
|
|
|
|
getplatform.c
|
|
|
|
getversion.c
|
|
|
|
hamt.c
|
gh-142829: Fix use-after-free in Context.__eq__ via re-entrant ContextVar.set (#142905)
|
2026-01-09 17:57:34 +05:30 |
|
hashtable.c
|
|
|
|
import.c
|
gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777)
|
2025-12-19 10:14:52 -08:00 |
|
importdl.c
|
gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605)
|
2025-11-26 14:12:49 +01:00 |
|
index_pool.c
|
|
|
|
initconfig.c
|
gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136)
|
2025-12-24 19:56:59 +02:00 |
|
instruction_sequence.c
|
GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)
|
2026-01-16 09:11:58 +00:00 |
|
instrumentation.c
|
Remove redundant pycore_optimizer.h includes (#143184)
|
2025-12-26 11:11:11 +00:00 |
|
interpconfig.c
|
|
|
|
intrinsics.c
|
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
|
2025-10-11 22:58:14 +02:00 |
|
jit.c
|
JIT: don't leak shim memory when shutting down the interpreter (#142984)
|
2025-12-23 17:50:00 +00:00 |
|
legacy_tracing.c
|
|
|
|
lock.c
|
gh-143424: Fix assertion in _PyMutex_LockTimed (gh-143439)
|
2026-01-06 09:40:14 -05:00 |
|
marshal.c
|
gh-106287: Do not write objects after an unmarshalling error (GH-132715)
|
2026-01-14 11:25:46 +00:00 |
|
modsupport.c
|
|
|
|
mysnprintf.c
|
|
|
|
mystrtoul.c
|
|
|
|
object_stack.c
|
|
|
|
opcode_targets.h
|
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
|
2026-01-06 20:34:08 +00:00 |
|
optimizer.c
|
gh-143421: Use new buffer to save optimized uops (GH-143682)
|
2026-01-17 15:52:16 +00:00 |
|
optimizer_analysis.c
|
gh-143421: Use new buffer to save optimized uops (GH-143682)
|
2026-01-17 15:52:16 +00:00 |
|
optimizer_bytecodes.c
|
gh-143421: Use new buffer to save optimized uops (GH-143682)
|
2026-01-17 15:52:16 +00:00 |
|
optimizer_cases.c.h
|
gh-143421: Use new buffer to save optimized uops (GH-143682)
|
2026-01-17 15:52:16 +00:00 |
|
optimizer_symbols.c
|
gh-143946: Show JitOptSymbol on abstract stack when set PYTHON_OPT_DEBUG > 4 (GH-143957)
|
2026-01-17 15:20:35 +00:00 |
|
parking_lot.c
|
|
|
|
pathconfig.c
|
|
|
|
perf_jit_trampoline.c
|
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
|
2025-12-18 23:33:49 +09:00 |
|
perf_trampoline.c
|
gh-143228: Fix UAF in perf trampoline during finalization (#143233)
|
2025-12-28 13:50:23 +00:00 |
|
preconfig.c
|
|
|
|
pyarena.c
|
|
|
|
pyctype.c
|
|
|
|
pyfpe.c
|
|
|
|
pyhash.c
|
gh-111389: replace deprecated occurrences of _PyHASH_* macros (#141236)
|
2025-11-09 15:14:08 +01:00 |
|
pylifecycle.c
|
gh-129824: Fix data race on runtime->gilstate.check_enabled (gh-143530)
|
2026-01-07 17:56:14 -05:00 |
|
pymath.c
|
|
|
|
pystate.c
|
gh-141504: Refactor policy object into a single opt_config (gh-143644)
|
2026-01-15 09:53:00 +09:00 |
|
pystats.c
|
GH-135379: Top of stack caching for the JIT. (GH-135465)
|
2025-12-11 10:32:52 +00:00 |
|
pystrcmp.c
|
|
|
|
pystrhex.c
|
gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)
|
2025-12-05 16:24:35 +02:00 |
|
pystrtod.c
|
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
|
2025-11-12 13:44:49 +01:00 |
|
Python-ast.c
|
gh-131421: Fix ASDL kw_defaults being expr* instead of expr?* (GH-133773)
|
2025-12-29 13:43:09 +02:00 |
|
Python-tokenize.c
|
|
|
|
pythonrun.c
|
gh-141070: Rename PyUnstable_Object_Dump to PyObject_Dump (GH-142848)
|
2026-01-16 09:19:43 -05:00 |
|
pytime.c
|
gh-80620: Support negative timestamps on windows in time.gmtime, time.localtime, and datetime module (#143463)
|
2026-01-15 10:51:11 +01:00 |
|
qsbr.c
|
fix typos in crossinterp.c and qsbr.c (#142612)
|
2025-12-12 11:48:20 +05:30 |
|
README
|
|
|
|
remote_debug.h
|
gh-131591: Do not free page caches that weren't allocated (#143205)
|
2025-12-27 13:38:11 +00:00 |
|
remote_debugging.c
|
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (#142137)
|
2025-12-06 22:37:34 +00:00 |
|
specialize.c
|
gh-132657: Add maybe_enable_deferred_ref_count() (gh-142843)
|
2026-01-17 01:54:43 +00:00 |
|
stackrefs.c
|
gh-131527: Stackref debug borrow checker (#140599)
|
2025-11-05 11:12:56 -08:00 |
|
stdlib_module_names.h
|
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
|
2025-10-31 16:13:43 +02:00 |
|
structmember.c
|
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141763)
|
2026-01-06 11:36:00 +02:00 |
|
suggestions.c
|
|
|
|
symtable.c
|
gh-135801: Add the module parameter to compile() etc (GH-139652)
|
2025-11-13 13:21:32 +02:00 |
|
sysmodule.c
|
gh-142571: Check for errors before calling each syscall in PyUnstable_CopyPerfMapFile() (#142460)
|
2025-12-11 21:18:52 +00:00 |
|
thread.c
|
gh-134745: Use "pymutex" for sys.thread_info on Windows (#141140)
|
2025-11-06 16:10:39 +01:00 |
|
thread_nt.h
|
|
|
|
thread_pthread.h
|
|
|
|
thread_pthread_stubs.h
|
|
|
|
tier2_engine.md
|
|
|
|
traceback.c
|
gh-143108: Don't instrument some faulthandler related functions for TSan (#143450)
|
2026-01-05 22:13:29 +01:00 |
|
tracemalloc.c
|
gh-143057: avoid locking in tracemalloc C-APIs when it is not enabled (#143065)
|
2025-12-22 21:08:07 +05:30 |
|
uniqueid.c
|
|
|
|
vm-state.md
|
|
|