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

gh-144490: Fix mimalloc debug build for C++ (#144620)

6 месяцев назад
pycore_abstract.h

GH-143732: SEND specialization (GH-148963)

3 месяца назад
pycore_asdl.h

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

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

gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)

6 месяцев назад
pycore_ast_state.h

gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)

3 месяца назад
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-127958: Trace from RESUME in the JIT (GH-145905)

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

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

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

gh-148688: Fix _BlocksOutputBuffer_Finish() double free (#148689)

4 месяца назад
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-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)

4 месяца назад
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-148659: Export some internal functions for the JIT (PEP-523) (#148634)

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

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

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

gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482)

6 месяцев назад
pycore_ceval.h

GH-126910: Add gdb support for unwinding JIT frames (#146071)

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

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

год назад
pycore_code.h

gh-137030: Fix YIELD_VALUE bytecode assertion (#149184)

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

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

год назад
pycore_compile.h

gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)

6 месяцев назад
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-144969: Document that the free threading GC can change ob_tid (#144972)

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

gh-148072: Cache pickle.dumps/loads per interpreter in XIData (GH-148125)

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

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

год назад
pycore_debug_offsets.h

gh-146462: Add dict introspection debug offsets (#148633)

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

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

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

gh-143732: allow dict subclasses to be specialized (GH-148128)

3 месяца назад
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-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (#145038)

6 месяцев назад
pycore_exceptions.h

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

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

gh-149085: Add `max_threads` keyword to `faulthandler.dump_traceback()` (GH-149106)

3 месяца назад
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-145633: Remove support for ancient ARM platforms with mixed-endian doubles (#145634)

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

GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)

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

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

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

gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)

4 месяца назад
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-148659: Export some internal functions for the JIT (PEP-523) (#148634)

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

GH-148726: Add heap_size to generational GC (#149195)

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

GH-143732: SEND specialization (GH-148963)

3 месяца назад
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-146527: Add get_gc_stats function to _remote_debugging (#148071)

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

GH-146527: Add get_gc_stats function to _remote_debugging (#148071)

3 месяца назад
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-142349: Implement PEP 810 - Explicit lazy imports (#142351)

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

gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)

3 месяца назад
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-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)

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

gh-142186: Allow all PEP-669 events to be per-code object and disableable (GH-146182)

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

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

год назад
pycore_interp_structs.h

gh-148937: revert process RSS based GC deferral (#149475)

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

gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)

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

GH-126910: Add gdb support for unwinding JIT frames (#146071)

3 месяца назад
pycore_jit_publish.h

GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)

3 месяца назад
pycore_jit_unwind.h

GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)

3 месяца назад
pycore_lazyimportobject.h

gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)

6 месяцев назад
pycore_list.h

gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)

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

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

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

gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)

6 месяцев назад
pycore_long.h

gh-143050: Add helper _PyLong_InitTag() (#147956)

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

GH-143732: SEND specialization (GH-148963)

3 месяца назад
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-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)

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

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

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

gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)

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

Note out-of-date obmalloc comments (#148149)

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

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

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

GH-143732: SEND specialization (GH-148963)

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

gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)

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

GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)

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

gh-146261: JIT: protect against function version changes (#146300)

4 месяца назад
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-148393: Use acquire load for _ma_watcher_tag in dict notify event (gh-148509)

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

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

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

gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)

4 месяца назад
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-145633: Remove support for ancient ARM platforms with mixed-endian doubles (#145634)

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

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

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

gh-144914: use `mimalloc` for raw allocations on free-threading (#144916)

6 месяцев назад
pycore_pystate.h

gh-149101: Implement PEP 788 (GH-149116)

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

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

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

GH-126910: Revert "Make `_Py_get_machine_stack_pointer` return the stack pointer (#147945)" (GH-147994)

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

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

год назад
pycore_qsbr.h

gh-144438: Fix false sharing between QSBR and tlbc_index (gh-144554)

6 месяцев назад
pycore_range.h

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

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

gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)

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

GH-148726: Forward-port generational GC. (GH-148746)

3 месяца назад
pycore_runtime_init_generated.h

GH-146527: Add get_gc_stats function to _remote_debugging (#148071)

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

gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)

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

gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)

3 месяца назад
pycore_slots_generated.h

gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)

3 месяца назад
pycore_stackref.h

gh-148718: Fix Py_STACKREF_DEBUG build by defining macros (#148719)

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

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

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

gh-147944: Increase range of bytes_per_sep (GH-147946)

4 месяца назад
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-137814: Fix `__qualname__` of `__annotate__` (#137842)

4 месяца назад
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-145559: Add PyUnstable_DumpTraceback() and PyUnstable_DumpTracebackThreads() (#148145)

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

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

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

gh-144438: Fix false sharing between QSBR and tlbc_index (gh-144554)

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

gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)

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

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

год назад
pycore_typeobject.h

gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)

4 месяца назад
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-103997: Remove incorrect statements about `-c` dedenting (gh-138624)

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

GH-146527: Add get_gc_stats function to _remote_debugging (#148071)

3 месяца назад
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-146073: Add fitness to executor dumps. (GH-148959)

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

GH-143732: SEND specialization (GH-148963)

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

GH-143732: SEND specialization (GH-148963)

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