/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
cpython/
Include/cpython/
..
abstract.h

gh-142217: Deprecate the private _Py_Identifier C API (#142221)

8 месяцев назад
audit.h

gh-135755: Use private names (_Py*) for header file guards new in 3.14 (GH-135921)

год назад
bytearrayobject.h

gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH-140128)

9 месяцев назад
bytesobject.h

gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)

год назад
cellobject.h

gh-127271: Replace use of PyCell_GET/SET (gh-127272)

2 года назад
ceval.h

GH-126910: Add gdb support for unwinding JIT frames (#146071)

3 месяца назад
classobject.h

gh-89653: PEP 670: Convert macros to functions (#99843)

4 года назад
code.h

gh-70030: Remove _PyCode_ConstantKey() function (#139735)

10 месяцев назад
compile.h

gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)

2 года назад
complexobject.h

gh-128813: soft-deprecate _Py_c_*() functions (GH-137261)

год назад
context.h

gh-124872: Replace enter/exit events with "switched" (#125532)

2 года назад
critical_section.h

gh-149225: Expose Py_CriticalSection in Stable ABI (GH-149227)

3 месяца назад
descrobject.h

gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)

3 года назад
dictobject.h

gh-141510, PEP 814: Add built-in frozendict type (#144757)

6 месяцев назад
fileobject.h

gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)

3 года назад
fileutils.h

gh-128863: Deprecate private C API functions (#128864)

2 года назад
floatobject.h

gh-89653: PEP 670: Convert macros to functions (#99843)

4 года назад
frameobject.h

gh-74929: Implement PEP 667 (GH-115153)

2 года назад
funcobject.h

gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)

10 месяцев назад
genobject.h

gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)

2 года назад
import.h

gh-116146: Add C-API to create module from spec and initfunc (GH-139196)

9 месяцев назад
initconfig.h

gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)

6 месяцев назад
listobject.h

gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)

3 года назад
longintrepr.h

gh-147988: Initialize digits in long_alloc() in debug mode (#147989)

4 месяца назад
longobject.h

gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedNativeBytes to the limited API (GH-132640)

год назад
marshal.h

gh-141510: Change marshal version to 6 (#145551)

5 месяцев назад
memoryobject.h

gh-106320: Remove private _PyManagedBuffer_Type (#108431)

3 года назад
methodobject.h

gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)

4 года назад
modsupport.h

gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)

5 месяцев назад
monitoring.h

gh-142186: Revert the unintended value change in the `PY_MONITORING_EVENT_*` values from gh-146182 (gh-148955)

4 месяца назад
object.h

GH-143732: SEND specialization (GH-148963)

3 месяца назад
objimpl.h

gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#115560)

2 года назад
odictobject.h

gh-87347: Add parenthesis around macro arguments (#93915)

4 года назад
picklebufobject.h

gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)

4 года назад
pthread_stubs.h

GH-110829: Ensure Thread.join() joins the OS thread (#110848)

3 года назад
pyatomic.h

gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229)

5 месяцев назад
pyatomic_gcc.h

gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229)

5 месяцев назад
pyatomic_msc.h

gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229)

5 месяцев назад
pyatomic_std.h

gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229)

5 месяцев назад
pyctype.h

bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)

5 лет назад
pydebug.h

gh-77782: Deprecate global configuration variable (#93943)

4 года назад
pyerrors.h

gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is mutated (#141736)

8 месяцев назад
pyfpe.h

bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)

5 лет назад
pyframe.h

Fix typos in comments (#120188)

2 года назад
pyhash.h

gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)

9 месяцев назад
pylifecycle.h

gh-142417: Restore private _Py_InitializeMain() function (#145472)

5 месяцев назад
pylock.h

gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)

10 месяцев назад
pymem.h

gh-90815: Add mimalloc memory allocator (#109914)

3 года назад
pystate.h

gh-149101: Implement PEP 788 (GH-149116)

3 месяца назад
pystats.h

gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-148089)

4 месяца назад
pythonrun.h

gh-106320: Remove private pythonrun API (#108599)

3 года назад
pythread.h

gh-129296: Fix `pyatomic.h` include paths (#129320)

2 года назад
pytime.h

gh-110850: Add PyTime_TimeRaw() function (#118394)

2 года назад
sentinelobject.h

[3.15] gh-148829: Make sentinels' repr and module customizable (GH-149654) (#150092)

3 месяца назад
setobject.h

gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)

2 года назад
sliceobject.h

[3.15] gh-149685: Use the _Py prefix for private C macros (GH-149686) (GH-149790)

3 месяца назад
structseq.h

[3.15] gh-149685: Use the _Py prefix for private C macros (GH-149686) (GH-149790)

3 месяца назад
traceback.h

gh-145559: Add PyUnstable_DumpTraceback() and PyUnstable_DumpTracebackThreads() (#148145)

3 месяца назад
tracemalloc.h

Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)

2 года назад
tupleobject.h

gh-111489: Add PyTuple_FromArray() function (#139691)

10 месяцев назад
unicodeobject.h

gh-146143: Fix the PyUnicodeWriter_WriteUCS4() signature (GH-146144)

5 месяцев назад
warnings.h

gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)

10 месяцев назад
weakrefobject.h

gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)

год назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©