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

gh-112026: Restore removed private C API (#112115)

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

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

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

[3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287)

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

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

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

gh-106320: Remove private _PyEval function (#108433)

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

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

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

[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code object (#129127)

год назад
compile.h

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

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

gh-112026: Restore removed private C API (#112115)

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

gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)

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

[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)

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

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

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

gh-117657: Fixes a few small TSAN issues in dictobject (#118200)

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

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

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

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

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

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

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

gh-106320: Move private _PyGen API to the internal C API (#107032)

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

GH-108716: Turn off deep-freezing of code objects. (GH-108722)

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

[3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)

год назад
listobject.h

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

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

[3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) (#137166)

год назад
longintrepr.h

gh-116869: Make C API compatible with ISO C90 (#116950)

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

gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)

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

gh-106320: Remove private _PyManagedBuffer_Type (#108431)

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

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

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

[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)

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

[3.13] gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (GH-119216) (#119497)

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

[3.13] gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924) (GH-143729)

7 месяцев назад
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.13] gh-129296: Fix `pyatomic.h` include paths (GH-129320) (#130667)

год назад
pyatomic_gcc.h

[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505)

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

[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505)

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

[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505)

2 года назад
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.13] gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (GH-141736) (#142391)

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

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

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

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

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

[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)

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

gh-117649: Raise ImportError for unsupported modules in free-threaded build (#117651)

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

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

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

[3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) (#122042)

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

[3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (GH-127717) (#128713)

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

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

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

[3.13] gh-129296: Fix `pyatomic.h` include paths (GH-129320) (#130667)

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

gh-106560: Fix redundant declarations in Include/ (#112611)

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

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

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

[3.13] Add `extern "C"` around `PyTraceMalloc_` functions. (GH-127772) (#127815)

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

gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)

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

gh-112026: Restore removed private C API (#112115)

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

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

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

[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800)

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