| .. |
|
mimalloc
|
[3.14] Doc: fix duplicated words (GH-136086) (#136108)
|
2025-06-29 18:45:26 -04:00 |
|
pycore_abstract.h
|
|
|
|
pycore_asdl.h
|
|
|
|
pycore_ast.h
|
|
|
|
pycore_ast_state.h
|
|
|
|
pycore_atexit.h
|
|
|
|
pycore_audit.h
|
|
|
|
pycore_backoff.h
|
|
|
|
pycore_bitutils.h
|
|
|
|
pycore_blocks_output_buffer.h
|
|
|
|
pycore_brc.h
|
|
|
|
pycore_bytes_methods.h
|
|
|
|
pycore_bytesobject.h
|
|
|
|
pycore_c_array.h
|
|
|
|
pycore_call.h
|
|
|
|
pycore_capsule.h
|
|
|
|
pycore_cell.h
|
|
|
|
pycore_ceval.h
|
[3.14] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767) (#140816)
|
2025-11-30 14:35:14 +02:00 |
|
pycore_ceval_state.h
|
|
|
|
pycore_code.h
|
[3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981)
|
2025-11-04 11:18:23 +00:00 |
|
pycore_codecs.h
|
|
|
|
pycore_compile.h
|
[3.14] gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642) (GH-140786)
|
2025-10-30 11:25:34 +00:00 |
|
pycore_complexobject.h
|
|
|
|
pycore_condvar.h
|
|
|
|
pycore_context.h
|
|
|
|
pycore_critical_section.h
|
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) (#136969)
|
2025-07-22 12:44:59 +03:00 |
|
pycore_crossinterp.h
|
[3.14] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135492)
|
2025-06-14 02:08:25 +00:00 |
|
pycore_crossinterp_data_registry.h
|
[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)
|
2025-05-21 14:47:56 +00:00 |
|
pycore_debug_offsets.h
|
[3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)
|
2025-09-16 15:49:35 +03:00 |
|
pycore_descrobject.h
|
|
|
|
pycore_dict.h
|
[3.14] gh-125996: fix thread safety of collections.OrderedDict (GH-133734) (#140053)
|
2025-10-13 23:25:24 +05:30 |
|
pycore_dict_state.h
|
|
|
|
pycore_dtoa.h
|
|
|
|
pycore_emscripten_signal.h
|
|
|
|
pycore_emscripten_trampoline.h
|
|
|
|
pycore_exceptions.h
|
|
|
|
pycore_faulthandler.h
|
|
|
|
pycore_fileutils.h
|
|
|
|
pycore_fileutils_windows.h
|
|
|
|
pycore_floatobject.h
|
|
|
|
pycore_flowgraph.h
|
|
|
|
pycore_format.h
|
|
|
|
pycore_frame.h
|
|
|
|
pycore_freelist.h
|
|
|
|
pycore_freelist_state.h
|
|
|
|
pycore_function.h
|
[3.14] gh-135755: Move PyFunction_GET_BUILTINS to the private API (GH-135938) (GH-135972)
|
2025-06-26 10:08:28 +00:00 |
|
pycore_gc.h
|
[3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 (GH-140447)
|
2025-10-23 15:26:58 +01:00 |
|
pycore_genobject.h
|
|
|
|
pycore_getopt.h
|
|
|
|
pycore_gil.h
|
|
|
|
pycore_global_objects.h
|
|
|
|
pycore_global_objects_fini_generated.h
|
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)
|
2025-06-28 19:12:54 +01:00 |
|
pycore_global_strings.h
|
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)
|
2025-06-28 19:12:54 +01:00 |
|
pycore_hamt.h
|
|
|
|
pycore_hashtable.h
|
|
|
|
pycore_import.h
|
|
|
|
pycore_importdl.h
|
|
|
|
pycore_index_pool.h
|
|
|
|
pycore_initconfig.h
|
[3.14] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804) (gh-141911)
|
2025-11-24 16:10:59 +00:00 |
|
pycore_instruction_sequence.h
|
|
|
|
pycore_instruments.h
|
|
|
|
pycore_interp.h
|
|
|
|
pycore_interp_structs.h
|
[3.14] gh-140067: Fix memory leak in sub-interpreter creation (GH-140111) (#140118)
|
2025-10-18 19:40:43 +05:30 |
|
pycore_interpframe.h
|
[3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981)
|
2025-11-04 11:18:23 +00:00 |
|
pycore_interpframe_structs.h
|
gh-131238: Add pycore_interpframe_structs.h header (#131553)
|
2025-03-21 17:19:47 +00:00 |
|
pycore_interpolation.h
|
|
|
|
pycore_intrinsics.h
|
|
|
|
pycore_jit.h
|
|
|
|
pycore_list.h
|
|
|
|
pycore_llist.h
|
|
|
|
pycore_lock.h
|
[3.14] gh-134009: Expose PyMutex_IsLocked in the public C API (gh-134365) (#136971)
|
2025-07-22 12:48:08 +03:00 |
|
pycore_long.h
|
|
|
|
pycore_magic_number.h
|
[3.14] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363) (#138749)
|
2025-09-11 08:43:57 +03:00 |
|
pycore_memoryobject.h
|
|
|
|
pycore_mimalloc.h
|
|
|
|
pycore_modsupport.h
|
|
|
|
pycore_moduleobject.h
|
|
|
|
pycore_namespace.h
|
|
|
|
pycore_object.h
|
[3.14] gh-135906: Use _PyObject_CAST in internal headers (GH-135892) (GH-136392)
|
2025-07-07 17:21:28 +00:00 |
|
pycore_object_alloc.h
|
|
|
|
pycore_object_deferred.h
|
|
|
|
pycore_object_stack.h
|
|
|
|
pycore_object_state.h
|
|
|
|
pycore_obmalloc.h
|
|
|
|
pycore_obmalloc_init.h
|
|
|
|
pycore_opcode_metadata.h
|
[3.14] gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887) (#137945)
|
2025-08-25 19:19:39 +03:00 |
|
pycore_opcode_utils.h
|
|
|
|
pycore_optimizer.h
|
|
|
|
pycore_parking_lot.h
|
|
|
|
pycore_parser.h
|
|
|
|
pycore_pathconfig.h
|
|
|
|
pycore_pyarena.h
|
|
|
|
pycore_pyatomic_ft_wrappers.h
|
[3.14] gh-116738: Fix thread-safety issue in re module for free threading (gh-141923) (gh-141990)
|
2025-11-26 21:08:39 +00:00 |
|
pycore_pybuffer.h
|
|
|
|
pycore_pyerrors.h
|
[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465)
|
2025-05-21 20:43:29 +00:00 |
|
pycore_pyhash.h
|
|
|
|
pycore_pylifecycle.h
|
[3.14] gh-136421: Load _datetime static types during interpreter initialization (GH-136583) (GH-136943)
|
2025-07-21 19:23:05 -04:00 |
|
pycore_pymath.h
|
|
|
|
pycore_pymem.h
|
[3.14] gh-116008: Detect freed thread state in faulthandler (GH-141988) (#142013)
|
2025-11-27 20:34:00 +00:00 |
|
pycore_pymem_init.h
|
|
|
|
pycore_pystate.h
|
[3.14] GH-139914: Handle stack growth direction on HPPA (GH-140028) (#141404)
|
2025-11-23 15:55:33 -08:00 |
|
pycore_pystats.h
|
|
|
|
pycore_pythonrun.h
|
[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668) (#141661)
|
2025-11-25 14:21:53 +01:00 |
|
pycore_pythread.h
|
|
|
|
pycore_qsbr.h
|
[3.14] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (#135912)
|
2025-07-08 10:58:01 -07:00 |
|
pycore_range.h
|
|
|
|
pycore_runtime.h
|
|
|
|
pycore_runtime_init.h
|
|
|
|
pycore_runtime_init_generated.h
|
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)
|
2025-06-28 19:12:54 +01:00 |
|
pycore_runtime_structs.h
|
[3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470) (#139039)
|
2025-09-17 17:21:01 +01:00 |
|
pycore_semaphore.h
|
|
|
|
pycore_setobject.h
|
|
|
|
pycore_signal.h
|
|
|
|
pycore_sliceobject.h
|
|
|
|
pycore_stackref.h
|
[3.14] gh-135906: Use _PyObject_CAST in internal headers (GH-135892) (GH-136392)
|
2025-07-07 17:21:28 +00:00 |
|
pycore_stats.h
|
[3.14] gh-138264: Fix gcc 14 compiler warnings (GH-138265) (GH-138426)
|
2025-10-07 22:26:05 +02:00 |
|
pycore_strhex.h
|
|
|
|
pycore_structs.h
|
|
|
|
pycore_structseq.h
|
|
|
|
pycore_symtable.h
|
|
|
|
pycore_sysmodule.h
|
|
|
|
pycore_template.h
|
|
|
|
pycore_time.h
|
|
|
|
pycore_token.h
|
|
|
|
pycore_traceback.h
|
[3.14] gh-125434: Display thread name in faulthandler on Windows (#142011)
|
2025-11-27 12:05:37 +00:00 |
|
pycore_tracemalloc.h
|
|
|
|
pycore_tstate.h
|
[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668) (#141661)
|
2025-11-25 14:21:53 +01:00 |
|
pycore_tuple.h
|
|
|
|
pycore_typedefs.h
|
|
|
|
pycore_typeobject.h
|
|
|
|
pycore_typevarobject.h
|
|
|
|
pycore_ucnhash.h
|
|
|
|
pycore_unicodeobject.h
|
|
|
|
pycore_unicodeobject_generated.h
|
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)
|
2025-06-28 19:12:54 +01:00 |
|
pycore_unionobject.h
|
|
|
|
pycore_uniqueid.h
|
|
|
|
pycore_uop_ids.h
|
|
|
|
pycore_uop_metadata.h
|
|
|
|
pycore_warnings.h
|
|
|
|
pycore_weakref.h
|
[3.14] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136119)
|
2025-06-30 15:59:22 +02:00 |