.. |
mimalloc
|
gh-131675: Fix mi_atomic_yield in mimalloc on 32-bit ARM (gh-131784)
|
2025-03-31 18:29:12 +00:00 |
pycore_abstract.h
|
|
|
pycore_asdl.h
|
|
|
pycore_ast.h
|
|
|
pycore_ast_state.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_atexit.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_audit.h
|
|
|
pycore_backoff.h
|
gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)
|
2025-03-19 23:32:30 +00:00 |
pycore_bitutils.h
|
|
|
pycore_blocks_output_buffer.h
|
|
|
pycore_brc.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_bytes_methods.h
|
|
|
pycore_bytesobject.h
|
|
|
pycore_c_array.h
|
gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be used outside of the compiler (#130930)
|
2025-03-13 16:02:58 +00:00 |
pycore_call.h
|
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
|
2025-03-19 17:33:24 +01:00 |
pycore_capsule.h
|
|
|
pycore_cell.h
|
gh-123358: Use _PyStackRef in LOAD_DEREF (gh-130064)
|
2025-03-26 12:08:20 -04:00 |
pycore_ceval.h
|
gh-131591: Handle includes for iOS in remote_debugging.c (#132050)
|
2025-04-06 21:39:25 +01:00 |
pycore_ceval_state.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_code.h
|
gh-131238: Remove includes from pycore_interp.h (#131495)
|
2025-03-20 11:35:23 +00:00 |
pycore_codecs.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_compile.h
|
gh-130881: Handle conditionally defined annotations (#130935)
|
2025-03-26 03:48:19 +00:00 |
pycore_complexobject.h
|
|
|
pycore_condvar.h
|
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
|
2025-03-11 12:33:01 +01:00 |
pycore_context.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_critical_section.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_crossinterp.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_crossinterp_data_registry.h
|
|
|
pycore_debug_offsets.h
|
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
|
2025-04-06 00:00:54 +08:00 |
pycore_descrobject.h
|
|
|
pycore_dict.h
|
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
|
2025-03-28 15:16:41 -07:00 |
pycore_dict_state.h
|
|
|
pycore_dtoa.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_emscripten_signal.h
|
|
|
pycore_emscripten_trampoline.h
|
gh-131238: Cleanup pycore_runtime.h includes (#131486)
|
2025-03-20 00:47:30 +00:00 |
pycore_exceptions.h
|
|
|
pycore_faulthandler.h
|
|
|
pycore_fileutils.h
|
gh-131238: Use pycore_interp_structs.h header (#131481)
|
2025-03-19 23:13:25 +00:00 |
pycore_fileutils_windows.h
|
|
|
pycore_floatobject.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_flowgraph.h
|
|
|
pycore_format.h
|
|
|
pycore_frame.h
|
gh-130704: Strength reduce LOAD_FAST{_LOAD_FAST} (#130708)
|
2025-04-01 10:18:42 -07:00 |
pycore_freelist.h
|
gh-131238: Remove includes from pycore_interp.h (#131495)
|
2025-03-20 11:35:23 +00:00 |
pycore_freelist_state.h
|
gh-126703: Add freelist for range and range_iter objects (GH-128619)
|
2025-04-07 04:40:52 +08:00 |
pycore_function.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_gc.h
|
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
|
2025-03-21 23:24:14 +01:00 |
pycore_genobject.h
|
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
|
2025-03-21 23:24:14 +01:00 |
pycore_getopt.h
|
|
|
pycore_gil.h
|
|
|
pycore_global_objects.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_global_objects_fini_generated.h
|
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
|
2025-04-10 21:13:26 -07:00 |
pycore_global_strings.h
|
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
|
2025-04-10 21:13:26 -07:00 |
pycore_hamt.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_hashtable.h
|
|
|
pycore_import.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_importdl.h
|
|
|
pycore_index_pool.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_initconfig.h
|
gh-130931: Add pycore_typedefs.h internal header (#131396)
|
2025-03-19 15:23:32 +01:00 |
pycore_instruction_sequence.h
|
|
|
pycore_instruments.h
|
gh-130931: Add pycore_typedefs.h internal header (#131396)
|
2025-03-19 15:23:32 +01:00 |
pycore_interp.h
|
gh-131238: Remove includes from pycore_interp.h (#131495)
|
2025-03-20 11:35:23 +00:00 |
pycore_interp_structs.h
|
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
|
2025-04-09 16:18:54 -07:00 |
pycore_interpframe.h
|
GH-119866: Don't clear frame->stackpointer on release builds (GH-131750)
|
2025-03-26 19:00:16 +00:00 |
pycore_interpframe_structs.h
|
gh-131238: Add pycore_interpframe_structs.h header (#131553)
|
2025-03-21 17:19:47 +00:00 |
pycore_intrinsics.h
|
|
|
pycore_jit.h
|
GH-131498: Remove conditional stack effects (GH-131499)
|
2025-03-20 15:39:38 +00:00 |
pycore_list.h
|
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
|
2025-03-12 16:21:46 +01:00 |
pycore_llist.h
|
|
|
pycore_lock.h
|
|
|
pycore_long.h
|
gh-131238: Cleanup pycore_runtime.h includes (#131486)
|
2025-03-20 00:47:30 +00:00 |
pycore_magic_number.h
|
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
|
2025-04-10 21:13:26 -07:00 |
pycore_memoryobject.h
|
|
|
pycore_mimalloc.h
|
|
|
pycore_modsupport.h
|
|
|
pycore_moduleobject.h
|
|
|
pycore_namespace.h
|
|
|
pycore_object.h
|
gh-131586: Avoid refcount contention in some "special" calls (#131588)
|
2025-03-26 14:38:47 -04: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
|
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
|
2025-04-09 14:32:21 -07:00 |
pycore_opcode_utils.h
|
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
|
2025-03-28 10:35:20 +00:00 |
pycore_optimizer.h
|
GH-131331: Rename "not" to "invert" (GH-131334)
|
2025-03-20 16:59:41 -07:00 |
pycore_parking_lot.h
|
|
|
pycore_parser.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_pathconfig.h
|
|
|
pycore_pyarena.h
|
|
|
pycore_pyatomic_ft_wrappers.h
|
|
|
pycore_pybuffer.h
|
|
|
pycore_pyerrors.h
|
|
|
pycore_pyhash.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_pylifecycle.h
|
gh-131238: Cleanup pycore_runtime.h includes (#131486)
|
2025-03-20 00:47:30 +00:00 |
pycore_pymath.h
|
|
|
pycore_pymem.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_pymem_init.h
|
|
|
pycore_pystate.h
|
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
|
2025-03-19 17:33:24 +01:00 |
pycore_pystats.h
|
|
|
pycore_pythonrun.h
|
|
|
pycore_pythread.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_qsbr.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |
pycore_range.h
|
|
|
pycore_runtime.h
|
gh-131238: Use pycore_interp_structs.h header (#131481)
|
2025-03-19 23:13:25 +00:00 |
pycore_runtime_init.h
|
gh-131525: Cache the result of tuple_hash (#131529)
|
2025-03-27 09:57:06 -04:00 |
pycore_runtime_init_generated.h
|
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
|
2025-04-10 21:13:26 -07:00 |
pycore_runtime_structs.h
|
gh-131238: Add pycore_interpframe_structs.h header (#131553)
|
2025-03-21 17:19:47 +00:00 |
pycore_semaphore.h
|
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
|
2025-03-11 12:33:01 +01:00 |
pycore_setobject.h
|
gh-130312: SET_ADD should not lock (#130136)
|
2025-03-21 15:58:32 -07:00 |
pycore_signal.h
|
|
|
pycore_sliceobject.h
|
|
|
pycore_stackref.h
|
GH-131498: Cases generator: manage stacks automatically (GH-132074)
|
2025-04-04 17:59:36 +01:00 |
pycore_stats.h
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
pycore_strhex.h
|
|
|
pycore_structs.h
|
GH-131498: Cases generator: manage stacks automatically (GH-132074)
|
2025-04-04 17:59:36 +01:00 |
pycore_structseq.h
|
|
|
pycore_symtable.h
|
gh-130924: Do not create cells for usages of names in local annotations (#131843)
|
2025-03-29 21:15:48 +00:00 |
pycore_sysmodule.h
|
gh-131591: Implement PEP 768 (#131937)
|
2025-04-03 16:20:01 +01:00 |
pycore_time.h
|
gh-131238: Use pycore_interp_structs.h header (#131481)
|
2025-03-19 23:13:25 +00:00 |
pycore_token.h
|
|
|
pycore_traceback.h
|
|
|
pycore_tracemalloc.h
|
|
|
pycore_tstate.h
|
gh-131586: Avoid refcount contention in some "special" calls (#131588)
|
2025-03-26 14:38:47 -04:00 |
pycore_tuple.h
|
gh-131525: Cache the result of tuple_hash (#131529)
|
2025-03-27 09:57:06 -04:00 |
pycore_typedefs.h
|
gh-130931: Add pycore_typedefs.h internal header (#131396)
|
2025-03-19 15:23:32 +01:00 |
pycore_typeobject.h
|
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
|
2025-03-21 16:44:10 +00:00 |
pycore_typevarobject.h
|
|
|
pycore_ucnhash.h
|
|
|
pycore_unicodeobject.h
|
gh-131238: Cleanup pycore_runtime.h includes (#131486)
|
2025-03-20 00:47:30 +00:00 |
pycore_unicodeobject_generated.h
|
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
|
2025-04-10 21:13:26 -07:00 |
pycore_unionobject.h
|
|
|
pycore_uniqueid.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_uop_ids.h
|
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
|
2025-04-09 14:32:21 -07:00 |
pycore_uop_metadata.h
|
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)
|
2025-04-14 12:19:53 +01:00 |
pycore_warnings.h
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pycore_weakref.h
|
gh-131238: Remove pycore_lock.h includes (#131483)
|
2025-03-19 23:46:25 +00:00 |