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

gh-130947: Add again PySequence_Fast() to the limited C API (#130948)

год назад
audit.h

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

год назад
bytearrayobject.h

gh-129107: make `bytearray` thread safe (#129108)

год назад
bytesobject.h

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

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

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

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

gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)

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

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

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

GH-131238: Core header refactor (GH-131250)

год назад
compile.h

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

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

gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)

год назад
context.h

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

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

[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) (#136969)

год назад
descrobject.h

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

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

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

2 года назад
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

[3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938) (GH-135972)

год назад
genobject.h

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

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

gh-128911: Add PyImport_ImportModuleAttr() function (#128912)

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

gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)

год назад
listobject.h

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

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

[3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (#136971)

год назад
longintrepr.h

gh-127119: Faster check for small ints in long_dealloc (GH-127620)

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

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

год назад
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-112136: Restore removed _PyArg_Parser (#121262)

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

GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)

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

Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)

год назад
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

[3.14] gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229) (#146232)

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

[3.14] gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229) (#146232)

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

[3.14] gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229) (#146232)

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

[3.14] gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229) (#146232)

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

[3.14] gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (GH-141736) (GH-144445)

5 месяцев назад
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-128863: Deprecate private C API functions (#128864)

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

gh-129033: Remove _Py_InitializeMain() function (#129034)

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

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

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

[3.14] gh-142183: Cache one datachunk per tstate to prevent alloc/dealloc thrashing (GH-145789) (#145828)

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

gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)

год назад
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 года назад
setobject.h

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

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

gh-106320: Remove private _PyTraceback functions (#108453)

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

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

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

gh-131525: Cache the result of tuple_hash (#131529)

год назад
unicodeobject.h

[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)

год назад
warnings.h

[3.14] gh-139640: Fix swallowing syntax warnings in different modules (GH-139755) (GH-140117)

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

gh-128008: Add `PyWeakref_IsDead()` (GH-128009)

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