..
mimalloc
[3.13] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488) ( #121504 )
2024-07-08 18:59:25 +00:00
pycore_abstract.h
…
pycore_asdl.h
…
pycore_ast.h
gh-116126: Implement PEP 696 ( #116129 )
2024-05-03 06:17:32 -07:00
pycore_ast_state.h
gh-116126: Implement PEP 696 ( #116129 )
2024-05-03 06:17:32 -07:00
pycore_atexit.h
…
pycore_backoff.h
[3.13] gh-120642: Move private PyCode APIs to the internal C API ( #120643 ) ( #121043 )
2024-06-26 15:35:19 +02:00
pycore_bitutils.h
…
pycore_blocks_output_buffer.h
…
pycore_brc.h
…
pycore_bytes_methods.h
…
pycore_bytesobject.h
[3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) ( #122287 )
2024-07-25 16:06:31 +00:00
pycore_call.h
…
pycore_capsule.h
…
pycore_cell.h
…
pycore_ceval.h
[3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) ( #119939 )
2024-06-02 14:42:46 +00:00
pycore_ceval_state.h
gh-118518: Allow perf to work without frame pointers ( #112254 )
2024-05-05 03:07:29 +02:00
pycore_code.h
[3.13] gh-120642: Move _PyCode_CODE() to the internal C API (GH-121644) ( #121729 )
2024-07-13 21:31:30 +00:00
pycore_codecs.h
gh-116738: Make `_codecs` module thread-safe ( #117530 )
2024-05-02 18:25:36 -04:00
pycore_compile.h
…
pycore_complexobject.h
…
pycore_condvar.h
…
pycore_context.h
[3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) ( #121808 )
2024-07-15 16:53:52 -04:00
pycore_critical_section.h
[3.13] gh-119344: Make critical section API public (GH-119353) ( #120856 )
2024-06-21 20:20:41 +00:00
pycore_crossinterp.h
…
pycore_descrobject.h
…
pycore_dict.h
[3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (GH-122139) ( #122186 )
2024-07-23 17:30:58 +00:00
pycore_dict_state.h
…
pycore_dtoa.h
[3.13] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (GH-121178) ( #121179 )
2024-06-30 10:04:39 +00:00
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
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) ( #121869 )
2024-07-19 01:38:28 +10:00
pycore_freelist.h
…
pycore_function.h
gh-117657: Disable the function/code cache in free-threaded builds ( #118301 )
2024-05-03 16:21:04 -04:00
pycore_gc.h
[3.13] Fix typos in comments (GH-120481) ( #120774 )
2024-06-20 03:40:54 +00:00
pycore_genobject.h
…
pycore_getopt.h
…
pycore_gil.h
gh-116322: Enable the GIL while loading C extension modules ( #118560 )
2024-05-06 23:07:23 -04:00
pycore_global_objects.h
…
pycore_global_objects_fini_generated.h
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)
2024-07-17 01:57:37 +08:00
pycore_global_strings.h
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)
2024-07-17 01:57:37 +08:00
pycore_hamt.h
…
pycore_hashtable.h
…
pycore_identifier.h
…
pycore_import.h
[3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) ( #120169 )
2024-06-06 18:03:01 +00:00
pycore_importdl.h
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
2024-05-04 21:24:02 +00:00
pycore_initconfig.h
…
pycore_instruction_sequence.h
…
pycore_instruments.h
gh-111997: C-API for signalling monitoring events ( #116413 )
2024-05-04 08:23:50 +00:00
pycore_interp.h
[3.13] gh-120642: Move private PyCode APIs to the internal C API ( #120643 ) ( #121043 )
2024-06-26 15:35:19 +02:00
pycore_intrinsics.h
gh-116126: Implement PEP 696 ( #116129 )
2024-05-03 06:17:32 -07:00
pycore_jit.h
…
pycore_list.h
gh-117657: Fix TSAN list set failure ( #118260 )
2024-05-02 13:03:05 -07:00
pycore_llist.h
…
pycore_lock.h
[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) ( #121505 )
2024-07-08 19:15:58 +00:00
pycore_long.h
[3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) ( #119970 )
2024-06-03 09:29:07 +00:00
pycore_memoryobject.h
…
pycore_mimalloc.h
[3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) ( #120038 )
2024-06-04 14:08:10 +00:00
pycore_modsupport.h
[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) ( #121344 )
2024-07-03 18:29:00 +00:00
pycore_moduleobject.h
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
pycore_namespace.h
…
pycore_object.h
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) ( #121936 )
2024-07-17 20:14:22 +00:00
pycore_object_alloc.h
…
pycore_object_stack.h
…
pycore_object_state.h
…
pycore_obmalloc.h
…
pycore_obmalloc_init.h
…
pycore_opcode_metadata.h
[3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS ( #119822 ) ( #119889 )
2024-05-31 21:56:26 -07:00
pycore_opcode_utils.h
…
pycore_optimizer.h
[3.13] gh-120642: Move private PyCode APIs to the internal C API ( #120643 ) ( #121043 )
2024-06-26 15:35:19 +02:00
pycore_parking_lot.h
…
pycore_parser.h
…
pycore_pathconfig.h
…
pycore_pyarena.h
…
pycore_pyatomic_ft_wrappers.h
[3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) ( #120443 )
2024-06-13 18:06:04 +08:00
pycore_pybuffer.h
…
pycore_pyerrors.h
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944)
2024-06-24 20:23:30 +02:00
pycore_pyhash.h
…
pycore_pylifecycle.h
…
pycore_pymath.h
…
pycore_pymem.h
…
pycore_pymem_init.h
…
pycore_pystate.h
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
2024-06-26 15:32:00 -06:00
pycore_pystats.h
…
pycore_pythonrun.h
…
pycore_pythread.h
…
pycore_qsbr.h
[3.13] gh-117657: Fix QSBR race condition (GH-118843) ( #118905 )
2024-05-10 15:13:17 +00:00
pycore_range.h
…
pycore_runtime.h
[3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) ( #121370 )
2024-07-04 17:52:03 +00:00
pycore_runtime_init.h
[3.13] gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311) ( #121312 )
2024-07-03 09:18:15 +00:00
pycore_runtime_init_generated.h
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)
2024-07-17 01:57:37 +08:00
pycore_semaphore.h
…
pycore_setobject.h
gh-118527: Intern code consts in free-threaded build ( #118667 )
2024-05-06 20:12:39 -04:00
pycore_signal.h
…
pycore_sliceobject.h
…
pycore_stackref.h
gh-117139: Fix missing semicolon (GH-118573)
2024-05-04 15:45:49 +00:00
pycore_strhex.h
…
pycore_structseq.h
…
pycore_symtable.h
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) ( #120641 )
2024-06-17 08:01:49 -07:00
pycore_sysmodule.h
…
pycore_time.h
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
pycore_token.h
…
pycore_traceback.h
…
pycore_tracemalloc.h
…
pycore_tstate.h
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) ( #121943 )
2024-07-18 01:52:39 -07:00
pycore_tuple.h
…
pycore_typeobject.h
[3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932)
2024-07-24 12:02:36 -06:00
pycore_typevarobject.h
[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) ( #118914 )
2024-05-10 16:36:33 +00:00
pycore_ucnhash.h
…
pycore_unicodeobject.h
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945)
2024-06-24 20:24:19 +02:00
pycore_unicodeobject_generated.h
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)
2024-07-17 01:57:37 +08:00
pycore_unionobject.h
…
pycore_uop_ids.h
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 support of calls. (GH-118322)
2024-05-04 12:11:11 +01:00
pycore_uop_metadata.h
[3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS ( #119822 ) ( #119889 )
2024-05-31 21:56:26 -07:00
pycore_warnings.h
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) ( #120800 )
2024-06-20 16:00:25 +00:00
pycore_weakref.h
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) ( #120695 )
2024-06-18 14:54:51 +00:00