..
clinic
gh-111178: Generate correct signature for most self converters ( #128447 )
2025-01-20 12:40:18 +01:00
frozen_modules
_warnings.c
gh-128384: Add locking to warnings.py. (gh-128386)
2025-01-14 11:43:42 -08:00
asdl.c
asm_trampoline.S
assemble.c
ast.c
ast_opt.c
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: fix UBSan failures in Python/bltinmodule.c
(GH-128235)
2025-01-10 11:51:24 +01:00
bootstrap_hash.c
brc.c
bytecodes.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
ceval.c
GH-128682: Change a couple of functions to only steal references on success. (GH-129132)
2025-01-22 10:51:37 +00:00
ceval_gil.c
gh-128360: Add _Py_AssertHoldsTstate
as assertion for holding a thread state ( #128361 )
2025-01-20 17:04:35 +05:30
ceval_macros.h
gh-128563: Move GO_TO_INSTRUCTION and PREDICT to cases generator (GH-129115)
2025-01-22 09:22:25 +08:00
codecs.c
gh-126004: Fix positions handling in codecs.backslashreplace_errors
( #127676 )
2025-01-23 14:28:33 +01:00
codegen.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
compile.c
gh-127274: Defer nested methods ( #128012 )
2024-12-19 13:03:14 -08:00
condvar.h
config_common.h
context.c
gh-128863: Deprecate private C API functions ( #128864 )
2025-01-22 11:04:19 +00:00
critical_section.c
gh-114203: Optimise simple recursive critical sections ( #128126 )
2024-12-23 13:31:33 +01:00
crossinterp.c
gh-127165: Disallow embedded NULL characters in _interpreters
( #127199 )
2024-12-01 06:33:23 +00:00
crossinterp_data_lookup.h
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
2024-11-12 10:41:51 -07:00
crossinterp_exceptions.h
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
2024-11-11 14:49:41 -07:00
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: Emscripten: Fix address calculation for wasm-gc trampoline ( #128782 )
2025-01-23 08:02:04 +08:00
errors.c
gh-128360: Add _Py_AssertHoldsTstate
as assertion for holding a thread state ( #128361 )
2025-01-20 17:04:35 +05:30
executor_cases.c.h
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
fileutils.c
gh-128863: Deprecate private C API functions ( #128864 )
2025-01-22 11:04:19 +00:00
flowgraph.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
formatter_unicode.c
frame.c
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
2025-01-21 10:15:02 +00:00
frozen.c
GH-89435: os.path should not be a frozen module ( #126924 )
2024-11-22 18:50:30 +00:00
frozenmain.c
future.c
gh-126139: Improve error message location for future statement with unknown feature ( #126140 )
2024-10-29 23:57:59 +00:00
gc.c
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
2025-01-21 10:15:02 +00:00
gc_free_threading.c
gh-128807: Add marking phase for free-threaded cyclic GC (gh-128808)
2025-01-15 11:27:28 -08:00
gc_gil.c
generated_cases.c.h
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
getargs.c
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
2024-11-08 14:23:50 +02:00
getcompiler.c
getcopyright.c
gh-126133: Only use start year in PSF copyright, remove end years ( #126236 )
2024-11-12 15:59:19 +02:00
getopt.c
Make the Python CLI error message style more consistent (GH-128129)
2025-01-11 11:17:35 +02:00
getplatform.c
getversion.c
hamt.c
gh-111178: fix UBSan failures in Python/hamt.c
(GH-128247)
2025-01-08 14:50:40 +01:00
hashtable.c
import.c
gh-127350: Add Py_fopen() and Py_fclose() functions ( #127821 )
2025-01-06 12:43:09 +00:00
importdl.c
index_pool.c
gh-115999: Implement thread-local bytecode and enable specialization for BINARY_OP
( #123926 )
2024-11-04 11:13:32 -08:00
initconfig.c
gh-126925: Make PyConfig.use_system_logger read-only ( #129124 )
2025-01-21 12:02:38 +01:00
instruction_sequence.c
instrumentation.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
interpconfig.c
intrinsics.c
jit.c
GH-126195: Use M1 JIT memory protection APIs (GH-126196)
2024-11-11 17:20:10 -08:00
legacy_tracing.c
gh-128360: Add _Py_AssertHoldsTstate
as assertion for holding a thread state ( #128361 )
2025-01-20 17:04:35 +05:30
lock.c
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
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
2025-01-09 11:10:28 +01:00
mysnprintf.c
mystrtoul.c
object_stack.c
opcode_targets.h
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
optimizer.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
optimizer_analysis.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
optimizer_bytecodes.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
optimizer_cases.c.h
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
optimizer_symbols.c
GH-128939: Refactor JIT optimize structs (GH-128940)
2025-01-20 15:49:15 +00:00
parking_lot.c
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
2024-11-11 15:58:46 -07:00
pathconfig.c
perf_jit_trampoline.c
perf_trampoline.c
gh-115999: Enable specialization of CALL
instructions in free-threaded builds ( #127123 )
2024-12-03 11:20:20 -08:00
preconfig.c
pyarena.c
Chore: Fix typo in pyarena.c
( #126527 )
2024-11-07 16:37:41 +01:00
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit ( #129191 )
2025-01-23 12:07:34 +01:00
pymath.c
pystate.c
GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling ( #124640 )
2025-01-22 17:25:29 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c
gh-120026: soft deprecate Py_HUGE_VAL macro ( #120027 )
2024-11-01 22:04:31 +00:00
Python-ast.c
gh-119182: Use public PyUnicodeWriter in Python-ast.c ( #129209 )
2025-01-23 00:57:37 +00:00
Python-tokenize.c
pythonrun.c
gh-127350: Add Py_fopen() and Py_fclose() functions ( #127821 )
2025-01-06 12:43:09 +00:00
pytime.c
gh-128360: Add _Py_AssertHoldsTstate
as assertion for holding a thread state ( #128361 )
2025-01-20 17:04:35 +05:30
qsbr.c
README
specialize.c
Revert "GH-128914: Remove conditional stack effects from bytecodes.c
and the code generators (GH-128918)" (GH-129202)
2025-01-23 09:26:25 +00:00
stackrefs.c
GH-127705: Add debug mode for _PyStackRef
s inspired by HPy debug mode (GH-128121)
2024-12-20 16:52:20 +00:00
stdlib_module_names.h
gh-126925: Modify how iOS test results are gathered ( #127592 )
2024-12-09 13:28:57 +08:00
structmember.c
gh-117657: TSAN Fix races in PyMember_Get
and PyMember_Set
for C extensions (GH-123211)
2024-12-03 09:41:53 -05:00
suggestions.c
symtable.c
gh-127274: Defer nested methods ( #128012 )
2024-12-19 13:03:14 -08:00
sysmodule.c
gh-127350: Add Py_fopen() and Py_fclose() functions ( #127821 )
2025-01-06 12:43:09 +00:00
thread.c
thread_nt.h
thread_pthread.h
thread_pthread_stubs.h
tier2_engine.md
traceback.c
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
2025-01-21 10:15:02 +00:00
tracemalloc.c
gh-129185: Remove internal TRACE_RAW_MALLOC macro ( #129218 )
2025-01-23 13:49:35 +01:00
uniqueid.c
gh-128923: Use zero to indicate unassigned unique id ( #128925 )
2025-01-17 16:42:27 +01:00
vm-state.md