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

bpo-45636: Simplify BINARY_OP (GH-29565)

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

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

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

bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)

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

bpo-45292: [PEP-654] add except* (GH-29581)

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

[3.11] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) (GH-113472) (GH-113476)

3 года назад
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-29882: Fix portability bug introduced in GH-30774 (#30794)

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

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

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

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

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

bpo-47070: Add _PyBytes_Repeat() (GH-31999)

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

bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)

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

[3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334)

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

[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)

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

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

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

bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)

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

bpo-46417: Clear more static types (GH-30796)

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

gh-46845: clean up unused DK_IXSIZE (GH-96405)

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

bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)

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

bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)

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

bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)

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

[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)

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

gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)

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

[3.11] gh-104018: remove unused format "z" handling in string formatfloat() (GH-104107) (#104260)

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

[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) (#100478)

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

bpo-45316: Move private functions to internal C API (GH-31579)

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

bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)

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

bpo-45316: Move private functions to internal C API (GH-31579)

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

bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)

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

[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412) (GH-93746)

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

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

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

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

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

bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778)

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

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

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

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

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

bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)

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

bpo-47009: Streamline list.append for the common case (GH-31864)

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

gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)

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

bpo-45459: Use type names in the internal C API (GH-31669)

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

bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)

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

gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)

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

[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143)

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

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

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

bpo-45582: Port getpath[p].c to Python (GH-29041)

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

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

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

gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)

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

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

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

gh-64783: Fix signal.NSIG value on FreeBSD (#91929)

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

bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)

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

bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)

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

[3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272)

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

[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306)

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

[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412) (GH-93746)

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

gh-64783: Fix signal.NSIG value on FreeBSD (#91929)

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

bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)

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

gh-91768: C API no longer use "const PyObject*" type (#91769)

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

bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)

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

bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)

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

bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)

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

bpo-45459: Use type names in the internal C API (GH-31669)

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

bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)

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

bpo-46417: Py_Finalize() clears static types (GH-30743)

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

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

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

gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)

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

gh-91603: Speed up isinstance/issubclass on union types (GH-91631)

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

bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)

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