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

[3.13] Doc: fix duplicated words (GH-136086) (#137357)

год назад
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-116126: Implement PEP 696 (#116129)

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

gh-116126: Implement PEP 696 (#116129)

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

[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819)

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

[3.13] gh-129259: Fix AIX build failures caused by incorrect struct alignment (GH-144917)

5 месяцев назад
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-110481: Implement inter-thread queue for biased reference counting (#114824)

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

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

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

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

год назад
pycore_call.h

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

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

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

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

gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)

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

[3.13] gh-143228: Fix UAF in perf trampoline during finalization (GH-143233) (#143248)

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

[3.13] gh-143228: Fix UAF in perf trampoline during finalization (GH-143233) (#143248)

7 месяцев назад
pycore_code.h

[3.13] gh-129259: Fix AIX build failures caused by incorrect struct alignment (GH-144917)

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

gh-116738: Make `_codecs` module thread-safe (#117530)

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

gh-117494: extract the Instruction Sequence data structure into a separate file (#117496)

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

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

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

[3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084)

год назад
pycore_context.h

[3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808)

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

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

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

gh-76785: Handle Legacy Interpreters Properly (gh-117490)

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

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

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

[3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH-122317) (#122612)

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

GH-113710: Add a "globals to constants" pass (GH-114592)

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

[3.13] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (GH-121178) (#121179)

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

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

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

gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)

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

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

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

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

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

gh-118422: Fix run_fileexflags() test (#118429)

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

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

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

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

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

gh-117494: extract the Instruction Sequence data structure into a separate file (#117496)

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

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

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

[3.13] gh-140815: Fix faulthandler for invalid/freed frame (#140921) (#140985)

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

gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr… (gh-115546)

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

gh-117657: Disable the function/code cache in free-threaded builds (#118301)

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

[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)

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

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

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

[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)

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

[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)

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

[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)

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

gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)

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

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

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

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

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

[3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)

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

[3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984)

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

gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)

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

gh-117901: Add option for compiler's codegen to save nested instruction sequences for introspection (#118007)

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

gh-111997: C-API for signalling monitoring events (#116413)

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

[3.13] gh-137400: Fix thread-safety issues when profiling all threads (gh-137518) (gh-137733)

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

gh-116126: Implement PEP 696 (#116129)

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

GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)

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

gh-117657: Fix TSAN list set failure (#118260)

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

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

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

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

год назад
pycore_long.h

[3.13] gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901) (#147437)

4 месяца назад
pycore_memoryobject.h

gh-106320: Remove private _PyManagedBuffer_Type (#108431)

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

[3.13] gh-122584: Import mimalloc headers in a C++ context (GH-122587) (#123035)

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

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

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

[3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937)

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

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

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

[3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453)

год назад
pycore_object_alloc.h

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

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

[3.13] gh-125859: Fix crash when `gc.get_objects` is called during GC (GH-125882) (GH-125921)

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

gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)

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

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

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

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

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

[3.13] gh-145008: Maintain stack consistency in CALL_BOUND_METHOD_EXACT_ARGS (GH-145015)

5 месяцев назад
pycore_opcode_utils.h

gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)

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

[3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043)

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

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

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

[3.13] gh-122581: Avoid data races when collecting parser statistics (GH-122694) (#122733)

2 года назад
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.13] gh-128759: Fix accesses to `tp_version_tag`. (GH-129750) (GH-130042)

год назад
pycore_pybuffer.h

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

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

[3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) (GH-128023)

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

[3.13] gh-149018: Use `XML_SetHashSalt16Bytes` in `pyexpat`/`_elementtree` when possible (GH-149023)

2 месяца назад
pycore_pylifecycle.h

Remove more remnants of deepfreeze (#118159)

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

[3.13] gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343) (#142459)

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

[3.13] gh-116008: Detect freed thread state in faulthandler (#141988) (#142017)

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

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

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

[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)

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

gh-108753: Enhance pystats (#108754)

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

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

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

[3.13] gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805) (GH-137827)

год назад
pycore_qsbr.h

[3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-136480)

год назад
pycore_range.h

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

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

[3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135)

год назад
pycore_runtime_init.h

[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)

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

[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)

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

[3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084)

год назад
pycore_setobject.h

gh-118527: Intern code consts in free-threaded build (#118667)

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

gh-117139: Fix missing semicolon (GH-118573)

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

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

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

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

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

[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) (#120641)

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

[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556)

год назад
pycore_time.h

[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)

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

gh-107211: No longer export internal functions (7) (#108425)

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

gh-110721: Use the traceback module for PyErr_Display() and fallback to the C implementation (#110702)

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

[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)

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

[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943)

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

gh-116381: Remove bad specializations, add fail stats (GH-116464)

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

[3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237) (GH-130246)

год назад
pycore_typevarobject.h

[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)

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

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

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

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

год назад
pycore_unicodeobject_generated.h

[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)

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

gh-105858: Expose some union-related objects as internal APIs (GH-116025)

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

[3.13] gh-132744: Check recursion limit in _PY_FRAME_GENERAL (GH-132746) (GH-138032)

год назад
pycore_uop_metadata.h

[3.13] gh-132744: Check recursion limit in _PY_FRAME_GENERAL (GH-132746) (GH-138032)

год назад
pycore_warnings.h

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

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

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

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