..
abstract.h
gh-130947: Add again PySequence_Fast() to the limited C API ( #130948 )
2025-03-13 13:00:57 +01:00
audit.h
[3.14] gh-135755: Use private names (_Py*) for header file guards new in 3.14 (GH-135921) (GH-135976)
2025-07-01 12:37:02 +02:00
bytearrayobject.h
gh-129107: make bytearray thread safe ( #129108 )
2025-02-15 07:19:42 +00:00
bytesobject.h
gh-128863: Deprecate private C API functions ( #128864 )
2025-01-22 11:04:19 +00:00
cellobject.h
gh-127271: Replace use of PyCell_GET/SET (gh-127272)
2024-12-03 10:33:06 -08:00
ceval.h
classobject.h
code.h
GH-131238: Core header refactor (GH-131250)
2025-03-17 09:19:04 +00:00
compile.h
complexobject.h
gh-128813: hide mixed-mode functions for complex arithmetic from C-API ( #131703 )
2025-04-22 14:18:18 +02:00
context.h
critical_section.h
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) ( #136969 )
2025-07-22 12:44:59 +03:00
descrobject.h
dictobject.h
gh-128863: Deprecate private C API functions ( #128864 )
2025-01-22 11:04:19 +00:00
fileobject.h
fileutils.h
gh-128863: Deprecate private C API functions ( #128864 )
2025-01-22 11:04:19 +00:00
floatobject.h
frameobject.h
funcobject.h
[3.14] gh-135755: Move PyFunction_GET_BUILTINS to the private API (GH-135938) (GH-135972)
2025-06-26 10:08:28 +00:00
genobject.h
import.h
gh-128911: Add PyImport_ImportModuleAttr() function ( #128912 )
2025-01-30 11:17:29 +00:00
initconfig.h
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
2025-04-09 16:18:54 -07:00
listobject.h
lock.h
[3.14] gh-134009: Expose PyMutex_IsLocked in the public C API (gh-134365) ( #136971 )
2025-07-22 12:48:08 +03:00
longintrepr.h
gh-127119: Faster check for small ints in long_dealloc (GH-127620)
2025-01-29 15:22:18 +00:00
longobject.h
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedNativeBytes to the limited API (GH-132640)
2025-04-21 15:59:03 +01:00
memoryobject.h
methodobject.h
modsupport.h
monitoring.h
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
2024-12-19 16:59:51 +00:00
object.h
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays ( #133396 )" ( #133498 )
2025-05-06 13:12:26 +03:00
objimpl.h
odictobject.h
picklebufobject.h
pthread_stubs.h
pyatomic.h
[3.14] gh-142534: Avoid TSan warnings in dictobject.c (gh-142544) (gh-142603)
2025-12-11 21:51:02 +00:00
pyatomic_gcc.h
gh-131121: Fix _Py_atomic_store_char_relaxed memory order (gh-131122)
2025-03-12 09:03:04 -04:00
pyatomic_msc.h
pyatomic_std.h
[3.14] fix memory order of _Py_atomic_store_uint_release (GH-141562) (GH-141663)
2025-11-17 14:38:00 +00:00
pyctype.h
pydebug.h
pyerrors.h
gh-132449: Improve syntax error messages for keywords with typos ( #132450 )
2025-04-22 11:01:55 +02:00
pyfpe.h
pyframe.h
pyhash.h
gh-128863: Deprecate private C API functions ( #128864 )
2025-01-22 11:04:19 +00:00
pylifecycle.h
gh-129033: Remove _Py_InitializeMain() function ( #129034 )
2025-01-20 10:03:22 +00:00
pymem.h
pystate.h
[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668) ( #141661 )
2025-11-25 14:21:53 +01:00
pystats.h
gh-100239: specialize BINARY_OP/SUBSCR for list-slice ( #132626 )
2025-05-01 10:28:52 +00:00
pythonrun.h
pythread.h
gh-129296: Fix pyatomic.h include paths ( #129320 )
2025-01-29 15:06:19 +00:00
pytime.h
setobject.h
traceback.h
tracemalloc.h
Add extern "C" around PyTraceMalloc_ functions. ( #127772 )
2024-12-11 10:27:07 +01:00
tupleobject.h
gh-131525: Cache the result of tuple_hash ( #131529 )
2025-03-27 09:57:06 -04:00
unicodeobject.h
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function ( #133973 ) ( #134974 )
2025-06-09 14:37:26 +02:00
warnings.h
[3.14] gh-139640: Fix swallowing syntax warnings in different modules (GH-139755) (GH-140117)
2025-10-14 15:56:01 +00:00
weakrefobject.h
gh-128008: Add PyWeakref_IsDead() (GH-128009)
2024-12-19 16:17:15 +01:00