cpython/Include/internal
Sam Gross a6a8c6f86e
gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#128958)
This reduces the size of _PyInterpreterFrame by 8 bytes on 64-bit
platforms using the free threading build due to alignment requirements.

This allows for slightly more recursive calls into the interpreter (from
C), but `test_call.test_super_deep` still crashes.
2025-01-27 17:14:51 +00:00
..
mimalloc
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_call.h
pycore_capsule.h
pycore_cell.h
pycore_ceval.h gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971) 2025-01-25 13:00:23 +00:00
pycore_ceval_state.h
pycore_code.h Revert "GH-128914: Remove conditional stack effects from bytecodes.c and the code generators (GH-128918)" (GH-129202) 2025-01-23 09:26:25 +00:00
pycore_codecs.h
pycore_compile.h
pycore_complexobject.h
pycore_condvar.h
pycore_context.h
pycore_critical_section.h
pycore_crossinterp.h
pycore_crossinterp_data_registry.h
pycore_debug_offsets.h gh-129223: Do not allow the compiler to optimise away symbols for debug sections (#129225) 2025-01-24 21:36:32 +01:00
pycore_descrobject.h
pycore_dict.h gh-128923: Use zero to indicate unassigned unique id (#128925) 2025-01-17 16:42:27 +01:00
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 gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#128958) 2025-01-27 17:14:51 +00:00
pycore_freelist.h
pycore_freelist_state.h
pycore_function.h
pycore_gc.h gh-128807: Add marking phase for free-threaded cyclic GC (gh-128808) 2025-01-15 11:27:28 -08:00
pycore_genobject.h
pycore_getopt.h
pycore_gil.h
pycore_global_objects.h
pycore_global_objects_fini_generated.h
pycore_global_strings.h
pycore_hamt.h
pycore_hashtable.h
pycore_import.h
pycore_importdl.h
pycore_index_pool.h
pycore_initconfig.h
pycore_instruction_sequence.h
pycore_instruments.h
pycore_interp.h gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048) 2025-01-20 16:31:33 +01:00
pycore_intrinsics.h
pycore_jit.h
pycore_list.h GH-128682: Change a couple of functions to only steal references on success. (GH-129132) 2025-01-22 10:51:37 +00:00
pycore_llist.h
pycore_lock.h
pycore_long.h
pycore_magic_number.h GH-128914: Remove all but one conditional stack effects (GH-129226) 2025-01-27 16:24:48 +00:00
pycore_memoryobject.h
pycore_mimalloc.h
pycore_modsupport.h
pycore_moduleobject.h
pycore_namespace.h
pycore_object.h gh-125723: Fix crash with f_locals when generator frame outlive their generator (#126956) 2025-01-22 15:50:01 +03: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-128914: Remove all but one conditional stack effects (GH-129226) 2025-01-27 16:24:48 +00:00
pycore_opcode_utils.h
pycore_optimizer.h GH-128939: Refactor JIT optimize structs (GH-128940) 2025-01-20 15:49:15 +00:00
pycore_parking_lot.h
pycore_parser.h
pycore_pathconfig.h
pycore_pyarena.h
pycore_pyatomic_ft_wrappers.h
pycore_pybuffer.h
pycore_pyerrors.h gh-127787: allow retrieving the clipped slice length in _PyUnicodeError_GetParams (GH-128980) 2025-01-21 11:45:53 +01:00
pycore_pyhash.h
pycore_pylifecycle.h
pycore_pymath.h
pycore_pymem.h
pycore_pymem_init.h
pycore_pystate.h gh-128360: Add _Py_AssertHoldsTstate as assertion for holding a thread state (#128361) 2025-01-20 17:04:35 +05:30
pycore_pystats.h
pycore_pythonrun.h
pycore_pythread.h
pycore_qsbr.h
pycore_range.h
pycore_runtime.h
pycore_runtime_init.h
pycore_runtime_init_generated.h
pycore_semaphore.h
pycore_setobject.h
pycore_signal.h
pycore_sliceobject.h
pycore_stackref.h
pycore_strhex.h
pycore_structseq.h
pycore_symtable.h
pycore_sysmodule.h
pycore_time.h
pycore_token.h
pycore_traceback.h
pycore_tracemalloc.h gh-129185: Use PyMutex in tracemalloc (#129246) 2025-01-24 11:25:24 +01:00
pycore_tstate.h GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling (#124640) 2025-01-22 17:25:29 +01:00
pycore_tuple.h GH-128682: Change a couple of functions to only steal references on success. (GH-129132) 2025-01-22 10:51:37 +00:00
pycore_typeobject.h
pycore_typevarobject.h
pycore_ucnhash.h
pycore_unicodeobject.h
pycore_unicodeobject_generated.h
pycore_unionobject.h
pycore_uniqueid.h gh-128923: Use zero to indicate unassigned unique id (#128925) 2025-01-17 16:42:27 +01:00
pycore_uop_ids.h GH-128914: Remove all but one conditional stack effects (GH-129226) 2025-01-27 16:24:48 +00:00
pycore_uop_metadata.h GH-128914: Remove all but one conditional stack effects (GH-129226) 2025-01-27 16:24:48 +00:00
pycore_warnings.h
pycore_weakref.h