cpython/Include/internal
Brian Schubert d29a9c55cf
Some checks are pending
Tests / Windows MSI (push) Blocked by required conditions
Tests / (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
[3.13] Doc: fix duplicated words (GH-136086) (#137357)
(cherry picked from commit 698bab5a40)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2025-08-04 06:41:47 +08:00
..
mimalloc [3.13] Doc: fix duplicated words (GH-136086) (#137357) 2025-08-04 06:41:47 +08:00
pycore_abstract.h
pycore_asdl.h
pycore_ast.h
pycore_ast_state.h
pycore_atexit.h [3.13] gh-127791: Fix, document, and test PyUnstable_AtExit (GH-127793) (#127819) 2024-12-11 13:40:45 +00:00
pycore_backoff.h
pycore_bitutils.h
pycore_blocks_output_buffer.h
pycore_brc.h
pycore_bytes_methods.h
pycore_bytesobject.h [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) 2025-05-20 14:46:57 +02:00
pycore_call.h
pycore_capsule.h
pycore_cell.h
pycore_ceval.h [3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419) 2024-07-29 14:51:19 -07:00
pycore_ceval_state.h
pycore_code.h [3.13] gh-123747: Avoid static_assert() in internal header files (#123779) (#123785) 2024-09-06 14:41:09 +00:00
pycore_codecs.h
pycore_compile.h
pycore_complexobject.h
pycore_condvar.h [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084) 2025-03-11 11:56:54 +00:00
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
pycore_crossinterp.h
pycore_descrobject.h
pycore_dict.h [3.13] gh-120974: Make asyncio swap_current_task safe in free-threaded build (GH-122317) (#122612) 2024-08-02 13:58:24 +00:00
pycore_dict_state.h
pycore_dtoa.h
pycore_emscripten_signal.h
pycore_emscripten_trampoline.h
pycore_exceptions.h [3.13] gh-129668: Fix thread-safety of MemoryError freelist in free threaded build (gh-129704) (gh-129742) 2025-02-06 13:27:30 -05:00
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
pycore_gc.h [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) 2024-09-30 21:27:29 +00:00
pycore_genobject.h
pycore_getopt.h
pycore_gil.h
pycore_global_objects.h [3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280) 2024-10-24 13:59:23 -04:00
pycore_global_objects_fini_generated.h [3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280) 2024-10-24 13:59:23 -04:00
pycore_global_strings.h [3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280) 2024-10-24 13:59:23 -04:00
pycore_hamt.h
pycore_hashtable.h
pycore_identifier.h
pycore_import.h [3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765) 2024-11-12 22:00:42 +00:00
pycore_importdl.h [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984) 2024-12-03 16:46:30 +00:00
pycore_initconfig.h
pycore_instruction_sequence.h
pycore_instruments.h
pycore_interp.h [3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-127114) 2024-12-02 18:41:57 +00:00
pycore_intrinsics.h
pycore_jit.h
pycore_list.h
pycore_llist.h
pycore_lock.h [3.13] gh-136759: revert rename lock.h to pylock.h (GH-137041) (#137075) (#137166) 2025-07-28 12:19:32 +00:00
pycore_long.h [3.13] gh-123747: Avoid static_assert() in internal header files (#123779) (#123785) 2024-09-06 14:41:09 +00:00
pycore_memoryobject.h
pycore_mimalloc.h [3.13] gh-122584: Import mimalloc headers in a C++ context (GH-122587) (#123035) 2024-08-16 01:49:17 -07:00
pycore_modsupport.h
pycore_moduleobject.h [3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937) 2024-10-24 19:37:31 +00:00
pycore_namespace.h
pycore_object.h [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453) 2025-06-14 04:08:03 +10:00
pycore_object_alloc.h
pycore_object_stack.h [3.13] gh-125859: Fix crash when gc.get_objects is called during GC (GH-125882) (GH-125921) 2024-10-24 14:08:15 +00:00
pycore_object_state.h
pycore_obmalloc.h
pycore_obmalloc_init.h
pycore_opcode_metadata.h [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) 2024-09-02 15:23:29 +02:00
pycore_opcode_utils.h
pycore_optimizer.h
pycore_parking_lot.h
pycore_parser.h [3.13] gh-122581: Avoid data races when collecting parser statistics (GH-122694) (#122733) 2024-08-07 18:29:03 +05:30
pycore_pathconfig.h
pycore_pyarena.h
pycore_pyatomic_ft_wrappers.h [3.13] gh-128759: Fix accesses to tp_version_tag. (GH-129750) (GH-130042) 2025-02-12 10:43:25 -05:00
pycore_pybuffer.h
pycore_pyerrors.h [3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) (GH-128023) 2024-12-17 11:45:29 +00:00
pycore_pyhash.h
pycore_pylifecycle.h
pycore_pymath.h
pycore_pymem.h [3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-136480) 2025-07-30 11:06:44 -07:00
pycore_pymem_init.h
pycore_pystate.h
pycore_pystats.h
pycore_pythonrun.h
pycore_pythread.h
pycore_qsbr.h [3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-136480) 2025-07-30 11:06:44 -07:00
pycore_range.h
pycore_runtime.h [3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135) 2025-06-04 17:10:35 +02:00
pycore_runtime_init.h [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) 2024-09-30 21:27:29 +00:00
pycore_runtime_init_generated.h [3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280) 2024-10-24 13:59:23 -04:00
pycore_semaphore.h [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084) 2025-03-11 11:56:54 +00:00
pycore_setobject.h
pycore_signal.h
pycore_sliceobject.h
pycore_stackref.h
pycore_strhex.h
pycore_structseq.h
pycore_symtable.h
pycore_sysmodule.h [3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) 2025-02-25 22:50:26 +00:00
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 [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897) 2025-01-18 23:39:07 +00:00
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-130230: Fix crash in pow() with only Decimal third argument (GH-130237) (GH-130246) 2025-02-18 13:18:37 +02:00
pycore_typevarobject.h
pycore_ucnhash.h
pycore_unicodeobject.h [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) 2025-05-20 14:46:57 +02:00
pycore_unicodeobject_generated.h [3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280) 2024-10-24 13:59:23 -04:00
pycore_unionobject.h
pycore_uop_ids.h
pycore_uop_metadata.h [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) 2024-09-02 15:23:29 +02:00
pycore_warnings.h
pycore_weakref.h [3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126) 2025-07-01 11:26:52 +02:00