..
clinic
gh-111178: Change Argument Clinic signature for METH_O ( #130682 )
2025-03-11 16:33:36 +01:00
frozen_modules
_warnings.c
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
2025-02-25 23:04:27 +02:00
asdl.c
asm_trampoline.S
assemble.c
GH-123044: Give the POP_TOP after a case test a location in the body, not the pattern. (GH-130627)
2025-03-10 17:31:16 +00:00
ast.c
GH-130396: Use computed stack limits on linux (GH-130398)
2025-02-25 09:24:48 +00:00
ast_opt.c
GH-130396: Use computed stack limits on linux (GH-130398)
2025-02-25 09:24:48 +00:00
ast_unparse.c
gh-119182: Use public PyUnicodeWriter in ast_unparse.c ( #129208 )
2025-01-23 01:44:43 +01:00
bltinmodule.c
gh-111178: Change Argument Clinic signature for METH_O ( #130682 )
2025-03-11 16:33:36 +01:00
bootstrap_hash.c
brc.c
bytecodes.c
gh-115999: Add free-threaded specialization for FOR_ITER ( #128798 )
2025-03-12 16:21:46 +01:00
ceval.c
gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)
2025-03-11 10:33:23 -04:00
ceval_gil.c
gh-124878: Fix race conditions during interpreter finalization ( #130649 )
2025-03-06 10:38:34 -05:00
ceval_macros.h
GH-127705: Use _PyStackRefs in the default build. (GH-127875)
2025-03-10 14:06:56 +00:00
codecs.c
gh-130790: Remove references about unicode's readiness from comments ( #130801 )
2025-03-03 19:18:09 +00:00
codegen.c
GH-123044: Give the POP_TOP after a case test a location in the body, not the pattern. (GH-130627)
2025-03-10 17:31:16 +00:00
compile.c
Postpone <stdbool.h> inclusion after Python.h ( #130641 )
2025-02-28 10:09:27 +01:00
condvar.h
config_common.h
context.c
gh-111178: Change Argument Clinic signature for METH_O ( #130682 )
2025-03-11 16:33:36 +01:00
critical_section.c
crossinterp.c
gh-128911: Use PyImport_ImportModuleAttr() function ( #129657 )
2025-02-05 11:03:58 +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_trampoline.c
gh-128627: Skip wasm-gc on iOS Safari where it's broken ( #130418 )
2025-02-24 07:26:04 +08:00
errors.c
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
2025-02-25 23:04:27 +02:00
executor_cases.c.h
gh-115999: Add free-threaded specialization for FOR_ITER ( #128798 )
2025-03-12 16:21:46 +01:00
fileutils.c
gh-128863: Deprecate private C API functions ( #128864 )
2025-01-22 11:04:19 +00:00
flowgraph.c
GH-123044: Give the POP_TOP after a case test a location in the body, not the pattern. (GH-130627)
2025-03-10 17:31:16 +00:00
formatter_unicode.c
gh-130860: Fix width calculation, when separators in fractional part (GH-130865)
2025-03-06 14:26:29 +02:00
frame.c
GH-127705: Use _PyStackRefs in the default build. (GH-127875)
2025-03-10 14:06:56 +00:00
frozen.c
frozenmain.c
future.c
gc.c
GH-127705: Use _PyStackRefs in the default build. (GH-127875)
2025-03-10 14:06:56 +00:00
gc_free_threading.c
gh-130019: Fix data race in _PyType_AllocNoTrack (gh-130058)
2025-02-13 11:50:45 -05:00
gc_gil.c
generated_cases.c.h
gh-115999: Add free-threaded specialization for FOR_ITER ( #128798 )
2025-03-12 16:21:46 +01:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
2025-02-25 23:04:27 +02:00
importdl.c
index_pool.c
gh-130740: Move some stdbool.h includes after Python.h ( #130738 )
2025-03-02 09:56:49 +00:00
initconfig.c
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
2025-02-25 23:04:27 +02:00
instruction_sequence.c
gh-130740: Move some stdbool.h includes after Python.h ( #130738 )
2025-03-02 09:56:49 +00:00
instrumentation.c
GH-128534: Fix behavior of branch monitoring for async for (GH-130847)
2025-03-07 14:30:31 +00:00
interpconfig.c
intrinsics.c
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
2025-02-25 23:04:27 +02:00
jit.c
GH-129231: Group executable JIT code in memory (GH-129232)
2025-02-02 15:19:55 -08:00
legacy_tracing.c
gh-122029: Do not unpack method for legacy tracing anymore ( #130898 )
2025-03-11 14:04:22 -04:00
lock.c
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN ( #131044 )
2025-03-11 12:33:01 +01:00
marshal.c
gh-127936, PEP 757: Convert marshal module to use import/export API for ints ( #128530 )
2025-01-23 02:54:23 +00:00
modsupport.c
bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer into a Python bool ( #28634 )
2025-02-18 17:14:11 +00:00
mysnprintf.c
mystrtoul.c
object_stack.c
opcode_targets.h
GH-128534: Fix behavior of branch monitoring for async for (GH-130847)
2025-03-07 14:30:31 +00:00
optimizer.c
gh-115999: Add free-threaded specialization for FOR_ITER ( #128798 )
2025-03-12 16:21:46 +01:00
optimizer_analysis.c
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
2025-03-02 13:21:34 -08:00
optimizer_bytecodes.c
GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE ( #130904 )
2025-03-06 12:11:08 +01:00
optimizer_cases.c.h
gh-115999: Add free-threaded specialization for FOR_ITER ( #128798 )
2025-03-12 16:21:46 +01:00
optimizer_symbols.c
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
2025-03-04 13:20:17 -08:00
parking_lot.c
pathconfig.c
gh-111924: Fix data races when swapping allocators (gh-130287)
2025-02-20 11:31:15 -05:00
perf_jit_trampoline.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
gh-124878: Fix race conditions during interpreter finalization ( #130649 )
2025-03-06 10:38:34 -05:00
pymath.c
pystate.c
gh-124878: Fix race conditions during interpreter finalization ( #130649 )
2025-03-06 10:38:34 -05:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
GH-130396: Use computed stack limits on linux (GH-130398)
2025-02-25 09:24:48 +00:00
Python-tokenize.c
pythonrun.c
gh-117174: Add a new route in linecache to fetch interactive source code ( #117500 )
2025-03-10 21:54:05 +00:00
pytime.c
gh-81267: Correct time.sleep() error message ( #131055 )
2025-03-12 08:12:57 +00:00
qsbr.c
gh-124878: Fix race conditions during interpreter finalization ( #130649 )
2025-03-06 10:38:34 -05:00
README
specialize.c
gh-115999: Add free-threaded specialization for FOR_ITER ( #128798 )
2025-03-12 16:21:46 +01:00
stackrefs.c
GH-127705: Use _PyStackRefs in the default build. (GH-127875)
2025-03-10 14:06:56 +00:00
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
gh-111178: Fix function signatures in symtable.c ( #130589 )
2025-02-26 21:35:24 +01:00
sysmodule.c
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN ( #131044 )
2025-03-11 12:33:01 +01:00
thread.c
thread_nt.h
thread_pthread.h
thread_pthread_stubs.h
tier2_engine.md
traceback.c
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
2025-02-25 23:04:27 +02:00
tracemalloc.c
gh-130790: Remove references about unicode's readiness from comments ( #130801 )
2025-03-03 19:18:09 +00:00
uniqueid.c
gh-128923: Use zero to indicate unassigned unique id ( #128925 )
2025-01-17 16:42:27 +01:00
vm-state.md