-
-
Notifications
You must be signed in to change notification settings - Fork 33k
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
Merged
ericsnowcurrently
merged 23 commits into
python:main
from
ericsnowcurrently:exec-model-runtime-components
Oct 2, 2025
+186
−0
Merged
Changes from 7 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
535c8b8
Add a "Runtime Components" section to the execution model docs.
ericsnowcurrently 3f3d5cc
Fix a typo.
ericsnowcurrently b1d6ed7
Clarify about platform support for threads.
ericsnowcurrently aeca87a
Drop a comment.
ericsnowcurrently b12a02b
Identify what might be thread-specific state.
ericsnowcurrently 17a2f34
Clarify about "interpreter".
ericsnowcurrently 9ac4b4a
Clarify the relationship betwwen OS threads and Python threads and in…
ericsnowcurrently f7cb965
Clarify about the host.
ericsnowcurrently e71394c
Do not talk about distributed computing.
ericsnowcurrently 8f454c4
Note the operating system in the diagram.
ericsnowcurrently cd0200c
Avoid talking about how threads are scheduled.
ericsnowcurrently 9ccc743
Be more specific about the "pain" of threads.
ericsnowcurrently 4dce0fc
Clarify about the relationship between OS threads, Python threads, an…
ericsnowcurrently bf1f1a2
Various refactors, incl. drop mention of "OS".
ericsnowcurrently b58a95c
Drop "call into Python" discussion.
ericsnowcurrently f05848c
Fix literal block.
ericsnowcurrently 6304a23
Fix Python layers.
ericsnowcurrently e9c946f
Fix an ambiguous sentance.
ericsnowcurrently 8de5e0a
Fix an ambiguous commit hash.
ericsnowcurrently b81dbd2
Clarify about thread state independence.
ericsnowcurrently cd144de
Clarify about multiple thread states per host thread.
ericsnowcurrently 582b924
Clarify about asyncio.
ericsnowcurrently 78e4bbc
Add a link to the commit on github.
ericsnowcurrently File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.