cpython/Doc/reference
Miss Islington (bot) c38c463c14
[3.13] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) (#139510)
* gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945)

The section provides a brief overview of the Python runtime's execution environment.  It is meant to be implementation agnostic,
(cherry picked from commit 46a1f0a9ff)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>

* concurrent.interpreters was added to Python 3.14

---------

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Co-authored-by: T. Wouters <thomas@python.org>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
2026-04-30 10:42:34 +00:00
..
compound_stmts.rst [3.13] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472) (GH-144946) 2026-02-18 11:22:24 +00:00
datamodel.rst [3.13] gh-145305: Update ocert.org URLs in docs from http to https (GH-145304) (GH-145323) 2026-03-24 02:51:43 +01:00
executionmodel.rst [3.13] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) (#139510) 2026-04-30 10:42:34 +00:00
expressions.rst [3.13] gh-97914: Reword misleading sentence on conditional expressions (GH-139064) (#140094) 2025-10-14 08:29:16 +00:00
grammar.rst Docs: Add label to grammar spec for linking from PEPs (#113235) 2023-12-17 12:23:14 -07:00
import.rst [3.13] gh-69686: Remove untrue part of __import__ replacement docs (GH-143261) (#143282) 2025-12-30 05:22:47 +00:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst [3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) (#124151) 2024-09-24 00:43:04 +00:00
lexical_analysis.rst [3.13] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) (#133633) 2025-05-08 01:42:05 +00:00
simple_stmts.rst [3.13] gh-74955: Document that __all__ must contain strings in normalization form NFKC (GH-144504) (GH-144520) 2026-03-24 02:01:06 +00:00
toplevel_components.rst GH-97950: Use new-style index directive ('builtin') (#104164) 2023-05-06 06:54:08 +03:00