Skip to content

Commit 6304a23

Browse files
Fix Python layers.
1 parent f05848c commit 6304a23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/reference/executionmodel.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,10 @@ extra data layers specific to Python:
473473

474474
| **host machine**
475475
| **process** (global resources)
476-
| globl runtime (*state*)
477-
| interpreter (*state*)
478-
| **thread** (runs "C-API" and Python bytecode)
479-
| thread *state*
476+
| Python global runtime (*state*)
477+
| Python interpreter (*state*)
478+
| **thread** (runs Python bytecode and "C-API")
479+
| Python thread *state*
480480
481481
At the conceptual level: when a Python program starts, it looks exactly
482482
like that diagram, with one of each. The runtime may grow to include

0 commit comments

Comments
 (0)