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

Doc: More duplicate word fixes (GH-136299)

год назад
pycore_abstract.h

gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)

год назад
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-141504: Factor out tracing and optimization heuristics into a single object (gh-143381)

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

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

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

gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)

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

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

год назад
pycore_bytes_methods.h

gh-71679: Share the repr implementation between bytes and bytearray (GH-138181)

год назад
pycore_bytesobject.h

gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH-140128)

9 месяцев назад
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-142217: Remove internal _Py_Identifier functions (#142219)

8 месяцев назад
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

gh-143228: Fix UAF in perf trampoline during finalization (#143233)

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

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

год назад
pycore_code.h

gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)

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

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

год назад
pycore_compile.h

gh-135801: Add the module parameter to compile() etc (GH-139652)

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-140414: streamline thread state access in `asyncio` (#142742)

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

gh-140795: fetch thread state once on fast path for critical sections (#141406)

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

gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)

год назад
pycore_crossinterp_data_registry.h

gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)

год назад
pycore_debug_offsets.h

gh-138122: Add exception profiling mode to the sampling profiler (#142561)

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

gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141763)

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

gh-142890: remove unnecessary interp parameter from dict functions and `_PyDict_NotifyEvent` (#142923)

8 месяцев назад
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-140544: store pointer to interpreter state as a thread local for fast access (#140573)

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

gh-129813, PEP 782: Add PyBytesWriter C API (#138822)

год назад
pycore_function.h

gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)

год назад
pycore_gc.h

GH-139951: Fix major GC performance regression (GH-140262)

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

gh-120321: Make gen.gi_frame.clear() thread-safe (gh-143112)

7 месяцев назад
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

gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)

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

gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)

7 месяцев назад
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-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)

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

gh-141169: Re-raise exception from findfuncptr (GH-141349)

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

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

год назад
pycore_initconfig.h

gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804)

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

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

год назад
pycore_instruments.h

gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)

год назад
pycore_interp.h

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

год назад
pycore_interp_structs.h

gh-143228: Fix UAF in perf trampoline during finalization (#143233)

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

gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)

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

GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)

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

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_intrinsics.h

gh-116126: Implement PEP 696 (#116129)

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

JIT: Move executor to a register (#143072)

8 месяцев назад
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

gh-136759: rename `lock.h` to `pylock.h` (#137041)

год назад
pycore_long.h

gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)

год назад
pycore_magic_number.h

gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)

7 месяцев назад
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_mmap.h

gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)

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

gh-129594: Remove redundant check on varargs in `_PyArg_CheckPositional` (#129595)

год назад
pycore_moduleobject.h

gh-140550: Use a bool for the Py_mod_gil value (GH-141519)

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

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

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

GH-143026: Fix assertion error in executor management. (GH-143104)

8 месяцев назад
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

gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-143759)

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

gh-142863: optimize `list` and `set` calls with generator expressions (#142864)

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

gh-143123: Protect against recursive tracer calls/finalization (GH-143126)

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

gh-143421: Lazily allocate tracer code and opt buffers (GH-143597)

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

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

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

gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)

8 месяцев назад
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

gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)

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

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

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

gh-135801: Add the module parameter to compile() etc (GH-139652)

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

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

год назад
pycore_pylifecycle.h

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

год назад
pycore_pymath.h

gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343)

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

gh-116008: Detect freed thread state in faulthandler (#141988)

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

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

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

GH-139914: Handle stack growth direction on HPPA (GH-140028)

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

gh-131253: free-threaded build support for pystats (gh-137189)

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

gh-140222: Increase stack margin on debug build (#142452)

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

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

год назад
pycore_qsbr.h

GH-133136: Revise QSBR to reduce excess memory held (gh-135473)

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

gh-131185: Use a proper thread-local for cached thread states (gh-132510)

год назад
pycore_runtime_init_generated.h

gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)

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

gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)

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

gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)

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

gh-142472: Clean-up _PyStackRef functions (gh-142479)

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

gh-131253: free-threaded build support for pystats (gh-137189)

9 месяцев назад
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-135801: Add the module parameter to compile() etc (GH-139652)

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

gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)

год назад
pycore_template.h

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_time.h

Remove internal _PyTime_AsLong() function (#141053)

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

gh-132661: Implement PEP 750 (#132662)

год назад
pycore_traceback.h

gh-125434: Display thread name in faulthandler on Windows (#140675)

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

gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (#143065)

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

gh-143123: Protect against recursive tracer calls/finalization (GH-143126)

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

gh-111489: Remove _PyTuple_FromArray() alias (#139973)

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

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

год назад
pycore_typeobject.h

gh-123241: Don't modify ref count during visitation (GH-142232)

8 месяцев назад
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_unicodectype.h

gh-129117: Add unicodedata.isxidstart() function (#140269)

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

gh-142217: Remove internal _Py_Identifier functions (#142219)

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

gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)

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

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

год назад
pycore_uniqueid.h

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

год назад
pycore_uop.h

GH-135379: Top of stack caching for the JIT. (GH-135465)

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

gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-143759)

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

gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-143759)

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

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

год назад
pycore_weakref.h

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

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