8000 gh-135944: Add a "Runtime Components" Section to the Execution Model Docs by ericsnowcurrently · Pull Request #135945 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-135944: Add a "Runtime Components" Section to the Execution Model Docs #135945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix a typo.
  • Loading branch information
ericsnowcurrently committed Jun 27, 2025
commit 3f3d5ccaa463f1453df9137df9b07fdde7d94680
2 changes: 1 addition & 1 deletion Doc/reference/executionmodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ specific to Python::
interpreter
Python thread (runs bytecode)

when a Python program starts, it looks exactly like that, with one
When a Python program starts, it looks exactly like that, with one
of each. The process has a single global runtime to manage global
resources. Each Python thread has all the state it needs to run
Python code (and use any supported C-API) in its OS thread.
Expand Down
0