cpython/Include/internal
2024-04-04 15:47:26 +00:00
..
mimalloc
pycore_abstract.h
pycore_asdl.h
pycore_ast.h
pycore_ast_state.h
pycore_atexit.h
pycore_backoff.h gh-116968: Reimplement Tier 2 counters (#117144) 2024-04-04 15:03:27 +00:00
pycore_bitutils.h
pycore_blocks_output_buffer.h
pycore_brc.h
pycore_bytes_methods.h gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argument Clinic (#117495) 2024-04-03 13:11:14 +02:00
pycore_bytesobject.h
pycore_call.h
pycore_capsule.h
pycore_cell.h gh-117323: Make cell thread-safe in free-threaded builds (#117330) 2024-03-29 13:35:43 -04:00
pycore_ceval.h
pycore_ceval_state.h
pycore_code.h gh-116968: Reimplement Tier 2 counters (#117144) 2024-04-04 15:03:27 +00:00
pycore_codecs.h
pycore_compile.h gh-117494: extract the Instruction Sequence data structure into a separate file (#117496) 2024-04-04 15:47:26 +00:00
pycore_complexobject.h
pycore_condvar.h
pycore_context.h
pycore_critical_section.h gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959) 2024-03-28 15:05:08 +00:00
pycore_crossinterp.h
pycore_descrobject.h
pycore_dict.h GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115) 2024-04-02 11:59:21 +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 gh-117494: extract the Instruction Sequence data structure into a separate file (#117496) 2024-04-04 15:47:26 +00:00
pycore_format.h
pycore_frame.h gh-117045: Add code object to function version cache (#117028) 2024-03-21 12:37:41 -07:00
pycore_freelist.h
pycore_function.h gh-117045: Add code object to function version cache (#117028) 2024-03-21 12:37:41 -07:00
pycore_gc.h GH-117108: Set the "old space bit" to "visited" for all young objects (#117213) 2024-03-26 11:11:42 +00:00
pycore_genobject.h
pycore_getopt.h
pycore_gil.h
pycore_global_objects.h
pycore_global_objects_fini_generated.h gh-115775: Compiler adds __static_attributes__ field to classes (#115913) 2024-03-26 15:18:17 +00:00
pycore_global_strings.h gh-115775: Compiler adds __static_attributes__ field to classes (#115913) 2024-03-26 15:18:17 +00:00
pycore_hamt.h
pycore_hashtable.h
pycore_identifier.h
pycore_import.h
pycore_importdl.h
pycore_initconfig.h
pycore_instruction_sequence.h gh-117494: extract the Instruction Sequence data structure into a separate file (#117496) 2024-04-04 15:47:26 +00:00
pycore_instruments.h
pycore_interp.h gh-116968: Reimplement Tier 2 counters (#117144) 2024-04-04 15:03:27 +00:00
pycore_intrinsics.h
pycore_jit.h
pycore_list.h
pycore_llist.h
pycore_lock.h
pycore_long.h
pycore_memoryobject.h
pycore_mimalloc.h
pycore_modsupport.h
pycore_moduleobject.h
pycore_namespace.h
pycore_object.h GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115) 2024-04-02 11:59:21 +01:00
pycore_object_alloc.h
pycore_object_stack.h
pycore_object_state.h
pycore_obmalloc.h
pycore_obmalloc_init.h
pycore_opcode_metadata.h GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115) 2024-04-02 11:59:21 +01:00
pycore_opcode_utils.h
pycore_optimizer.h GH-116422: Tier2 hot/cold splitting (GH-116813) 2024-03-26 09:35:11 +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
pycore_pyhash.h
pycore_pylifecycle.h gh-76785: Add PyInterpreterConfig Helpers (gh-117170) 2024-04-02 20:35:52 +00:00
pycore_pymath.h
pycore_pymem.h
pycore_pymem_init.h
pycore_pystate.h gh-116522: Refactor _PyThreadState_DeleteExcept (#117131) 2024-03-21 11:21:02 -07:00
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 gh-115775: Compiler adds __static_attributes__ field to classes (#115913) 2024-03-26 15:18:17 +00:00
pycore_semaphore.h
pycore_setobject.h
pycore_signal.h
pycore_sliceobject.h
pycore_strhex.h
pycore_structseq.h
pycore_symtable.h gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412) 2024-04-02 10:34:49 +00:00
pycore_sysmodule.h
pycore_time.h
pycore_token.h
pycore_traceback.h
pycore_tracemalloc.h
pycore_tstate.h
pycore_tuple.h
pycore_typeobject.h
pycore_typevarobject.h
pycore_ucnhash.h
pycore_unicodeobject.h
pycore_unicodeobject_generated.h gh-115775: Compiler adds __static_attributes__ field to classes (#115913) 2024-03-26 15:18:17 +00:00
pycore_unionobject.h
pycore_uop_ids.h gh-116168: Remove extra _CHECK_STACK_SPACE uops (#117242) 2024-04-03 17:14:18 +00:00
pycore_uop_metadata.h gh-116168: Remove extra _CHECK_STACK_SPACE uops (#117242) 2024-04-03 17:14:18 +00:00
pycore_warnings.h gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959) 2024-03-28 15:05:08 +00:00
pycore_weakref.h