We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05848c commit 6304a23Copy full SHA for 6304a23
Doc/reference/executionmodel.rst
@@ -473,10 +473,10 @@ extra data layers specific to Python:
473
474
| **host machine**
475
| **process** (global resources)
476
- | globl runtime (*state*)
477
- | interpreter (*state*)
478
- | **thread** (runs "C-API" and Python bytecode)
479
- | thread *state*
+ | Python global runtime (*state*)
+ | Python interpreter (*state*)
+ | **thread** (runs Python bytecode and "C-API")
+ | Python thread *state*
480
481
At the conceptual level: when a Python program starts, it looks exactly
482
like that diagram, with one of each. The runtime may grow to include
0 commit comments