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

gh-98586: Add vector call APIs to the Limited API (GH-98587)

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

gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)

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

[3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337)

год назад
cellobject.h

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

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

[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)

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

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

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

[3.12] gh-116767: fix crash on 'async with' with many context managers (GH-118348) (#118477)

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

gh-98811: use full source location to simplify __future__ imports error checking. This also fixes an incorrect error offset. (GH-98812)

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

bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)

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

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

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

bpo-45459: C API uses type names rather than structure names (GH-31528)

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

gh-102381: don't call watcher callback with dead object (#102382)

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

gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)

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

bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)

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

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

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

[3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188) (#107195)

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

[3.12] gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it after use (GH-118208) (#118269)

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

GH-102181: Improve specialization stats for SEND (GH-102182)

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

gh-100227: Isolate the Import State to Each Interpreter (gh-101941)

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

[3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198)

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

[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303)

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

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

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

[3.12] gh-116869: Make C API compatible with ISO C90 (GH-116950) (#117011)

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

GH-101291: Add low level, unstable API for pylong (GH-101685)

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

gh-104223: Fix issues with inheriting from buffer classes (#104227)

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

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

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

[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855)

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

[3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#107876)

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

gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)

3 года назад
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-95174: Add pthread stubs for WASI (GH-95234)

4 года назад
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.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (GH-105072) (#105095)

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

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

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

[3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188) (#107195)

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

[3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198)

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

bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)

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

[3.12] GH-112215: Backport C recursion changes (GH-115083)

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

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

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

[3.12] gh-129296: Fix `pythread.h` include paths (#129320) (#130668)

год назад
pytime.h

[3.12] gh-127906: Declare timeval struct in pytime.h on Windows (#127908)

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

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

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

bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)

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

bpo-45459: C API uses type names rather than structure names (GH-31528)

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

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

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

[3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337)

год назад
warnings.h

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

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

gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)

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