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

bpo-40170: Add _PyIndex_Check() internal function (GH-19426)

6 лет назад
pycore_accu.h

bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)

7 лет назад
pycore_asdl.h

bpo-43244: Remove the pyarena.h header (GH-25007)

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

bpo-43892: Make match patterns explicit in the AST (GH-25585)

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

bpo-43892: Make match patterns explicit in the AST (GH-25585)

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

Fix typo in internal/pycore_atomic.h (GH-95939)

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

bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)

6 лет назад
pycore_bitutils.h

bpo-41617: Add _Py__has_builtin() macro (GH-23260)

6 лет назад
pycore_blocks_output_buffer.h

bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844)

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

bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)

6 лет назад
pycore_call.h

bpo-38644: Add _PyObject_Call() (GH-17089)

7 лет назад
pycore_ceval.h

bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)

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

[3.10] Remove trailing spaces (GH-28709)

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

bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)

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

bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)

7 лет назад
pycore_context.h

bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)

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

Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH-24964)

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

bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)

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

bpo-42431: Fix outdated bytes comments (GH-23458)

6 лет назад
pycore_gc.h

bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)

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

bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)

7 лет назад
pycore_gil.h

bpo-38353: Cleanup includes in the internal C API (GH-16548)

7 лет назад
pycore_hamt.h

gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146)

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

bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)

6 лет назад
pycore_import.h

bpo-41994: Fix refcount issues in Python/import.c (GH-22632)

6 лет назад
pycore_initconfig.h

[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)

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

[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)

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

bpo-41078: Add pycore_list.h internal header file (GH-21057)

6 лет назад
pycore_long.h

[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#96563)

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

bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)

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

[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)

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

bpo-43244: Remove parser_interface.h header file (GH-25001)

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

bpo-29778: test_embed tests the path configuration (GH-21306)

6 лет назад
pycore_pyarena.h

bpo-43244: Remove the pyarena.h header (GH-25007)

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

bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)

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

bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)

7 лет назад
pycore_pylifecycle.h

bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)

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

bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)

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

bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)

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

bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)

6 лет назад
pycore_structseq.h

bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)

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

bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064)

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

bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)

6 лет назад
pycore_traceback.h

[3.10] Fix typos in the Include directory (GH-28745) (GH-28789)

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

bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)

6 лет назад
pycore_ucnhash.h

bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)

6 лет назад
pycore_unionobject.h

[3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (GH-27225)

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

bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)

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