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

[3.14] Doc: fix duplicated words (GH-136086) (#136108)

год назад
pycore_abstract.h

gh-106320: Remove private AC converter functions (#108505)

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

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

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

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_ast_state.h

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_atexit.h

gh-131238: Remove pycore_lock.h includes (#131483)

год назад
pycore_audit.h

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

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

gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)

год назад
pycore_bitutils.h

gh-108216: Cleanup #include in internal header files (#108228)

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

gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)

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

gh-131238: Remove pycore_lock.h includes (#131483)

год назад
pycore_bytes_methods.h

gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502)

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

[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133942)

год назад
pycore_c_array.h

gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be used outside of the compiler (#130930)

год назад
pycore_call.h

gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)

год назад
pycore_capsule.h

gh-108240: Add pycore_capsule.h internal header file (#108596)

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

gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)

год назад
pycore_ceval.h

[3.14] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767) (#140816)

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

gh-131238: Remove pycore_lock.h includes (#131483)

год назад
pycore_code.h

[3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981)

9 месяцев назад
pycore_codecs.h

gh-131238: Remove pycore_lock.h includes (#131483)

год назад
pycore_compile.h

[3.14] gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642) (GH-140786)

9 месяцев назад
pycore_complexobject.h

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

год назад
pycore_condvar.h

gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)

год назад
pycore_context.h

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

год назад
pycore_critical_section.h

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

год назад
pycore_crossinterp.h

[3.14] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135492)

год назад
pycore_crossinterp_data_registry.h

[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)

год назад
pycore_debug_offsets.h

[3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)

год назад
pycore_descrobject.h

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

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

[3.14] gh-125996: fix thread safety of `collections.OrderedDict` (GH-133734) (#140053)

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

gh-124296: Remove private dictionary version tag (PEP 699) (#124472)

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

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

год назад
pycore_emscripten_signal.h

GH-108614: Unbreak emscripten build (GH-109132)

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

gh-132097: use a macro for semantically casting function pointers (#132406)

год назад
pycore_exceptions.h

gh-129668: Fix thread-safety of MemoryError freelist in free threaded build (gh-129704)

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

gh-127604: Add C stack dumps to `faulthandler` (#128159)

год назад
pycore_fileutils.h

gh-131238: Use pycore_interp_structs.h header (#131481)

год назад
pycore_fileutils_windows.h

gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)

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

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

год назад
pycore_flowgraph.h

gh-119744: move a few functions from compile.c to flowgraph.c (#119745)

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

gh-104018: remove unused format "z" handling in string formatfloat() (#104107)

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

gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)

год назад
pycore_freelist.h

gh-131238: Remove includes from pycore_interp.h (#131495)

год назад
pycore_freelist_state.h

gh-126703: Add freelist for range and range_iter objects (GH-128619)

год назад
pycore_function.h

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

год назад
pycore_gc.h

[3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 (GH-140447)

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

gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)

год назад
pycore_getopt.h

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

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

gh-116322: Enable the GIL while loading C extension modules (#118560)

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

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

год назад
pycore_global_objects_fini_generated.h

[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)

год назад
pycore_global_strings.h

[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)

год назад
pycore_hamt.h

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

год назад
pycore_hashtable.h

gh-107211: No longer export internal functions (5) (#108423)

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

gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)

год назад
pycore_importdl.h

gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)

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

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

год назад
pycore_initconfig.h

[3.14] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804) (gh-141911)

9 месяцев назад
pycore_instruction_sequence.h

gh-130907: Treat all module-level annotations as conditional (#131550)

год назад
pycore_instruments.h

gh-130931: Add pycore_typedefs.h internal header (#131396)

год назад
pycore_interp.h

gh-131238: Remove includes from pycore_interp.h (#131495)

год назад
pycore_interp_structs.h

[3.14] gh-140067: Fix memory leak in sub-interpreter creation (GH-140111) (#140118)

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

[3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981)

9 месяцев назад
pycore_interpframe_structs.h

gh-131238: Add pycore_interpframe_structs.h header (#131553)

год назад
pycore_interpolation.h

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_intrinsics.h

gh-116126: Implement PEP 696 (#116129)

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

GH-131498: Remove conditional stack effects (GH-131499)

год назад
pycore_list.h

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

год назад
pycore_llist.h

gh-111964: Implement stop-the-world pauses (gh-112471)

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

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

год назад
pycore_long.h

[3.14] gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584) (GH-133650)

год назад
pycore_magic_number.h

[3.14] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363) (#138749)

год назад
pycore_memoryobject.h

gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)

год назад
pycore_mimalloc.h

gh-122584: Import mimalloc headers in a C++ context (#122587)

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

gh-112136: Remove unused #include "pycore_lock.h" (#127093)

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

gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() (gh-132979)

год назад
pycore_namespace.h

gh-107211: No longer export internal functions (4) (#107217)

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

[3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-136392)

год назад
pycore_object_alloc.h

gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)

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

gh-117139: Convert the evaluation stack to stack refs (#118450)

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

gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)

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

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

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

gh-92953: Improve nextpool/prevpool comment. (gh-125545)

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

gh-113055: Use pointer for interp->obmalloc state (gh-113412)

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

[3.14] gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887) (#137945)

год назад
pycore_opcode_utils.h

[3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)

год назад
pycore_optimizer.h

GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)

год назад
pycore_parking_lot.h

gh-110850: Cleanup pycore_time.h includes (#115724)

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

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

год назад
pycore_pathconfig.h

gh-107211: No longer export internal functions (6) (#108424)

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

gh-107211: Fix test_peg_generator (#108435)

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

[3.14] gh-116738: Fix thread-safety issue in re module for free threading (gh-141923) (gh-141990)

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

gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)

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

[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465)

год назад
pycore_pyhash.h

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

год назад
pycore_pylifecycle.h

[3.14] gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583) (GH-136943)

год назад
pycore_pymath.h

gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)

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

[3.14] gh-116008: Detect freed thread state in faulthandler (GH-141988) (#142013)

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

gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)

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

[3.14] GH-139914: Handle stack growth direction on HPPA (GH-140028) (#141404)

9 месяцев назад
pycore_pystats.h

gh-108753: Enhance pystats (#108754)

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

[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668) (#141661)

9 месяцев назад
pycore_pythread.h

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

год назад
pycore_qsbr.h

[3.14] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (#135912)

год назад
pycore_range.h

gh-89189: More compact range iterator (GH-27986)

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

gh-131238: Use pycore_interp_structs.h header (#131481)

год назад
pycore_runtime_init.h

Remove duplicate includes: Include/internal/ (#132624)

год назад
pycore_runtime_init_generated.h

[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)

год назад
pycore_runtime_structs.h

[3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470) (#139039)

год назад
pycore_semaphore.h

gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)

год назад
pycore_setobject.h

gh-130312: SET_ADD should not lock (#130136)

год назад
pycore_signal.h

gh-109693: Use pyatomic.h for signal module (gh-110480)

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

GH-115802: JIT "small" code for Windows (GH-115964)

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

[3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-136392)

год назад
pycore_stats.h

[3.14] gh-138264: Fix gcc 14 compiler warnings (GH-138265) (GH-138426)

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

gh-107211: No longer export pycore_strhex.h functions (#108229)

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

GH-131498: Cases generator: manage stacks automatically (GH-132074)

год назад
pycore_structseq.h

gh-107211: No longer export internal functions (4) (#107217)

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

gh-130924: Do not create cells for usages of names in local annotations (#131843)

год назад
pycore_sysmodule.h

gh-131591: Implement PEP 768 (#131937)

год назад
pycore_template.h

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_time.h

gh-131238: Use pycore_interp_structs.h header (#131481)

год назад
pycore_token.h

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_traceback.h

[3.14] gh-125434: Display thread name in faulthandler on Windows (#142011)

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

gh-129185: Use PyMutex in tracemalloc (#129246)

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

[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668) (#141661)

9 месяцев назад
pycore_tuple.h

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

год назад
pycore_typedefs.h

gh-130931: Add pycore_typedefs.h internal header (#131396)

год назад
pycore_typeobject.h

Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-133129)

год назад
pycore_typevarobject.h

gh-119180: Add evaluate functions for type params and type aliases (#122212)

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

gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)

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

[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133942)

год назад
pycore_unicodeobject_generated.h

[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)

год назад
pycore_unionobject.h

gh-105499: Merge typing.Union and types.UnionType (#105511)

год назад
pycore_uniqueid.h

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

год назад
pycore_uop_ids.h

GH-131798: Split CALL_LEN into several uops (GH-133180)

год назад
pycore_uop_metadata.h

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

год назад
pycore_warnings.h

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

год назад
pycore_weakref.h

[3.14] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136119)

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