File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -439,12 +439,9 @@ specific to Python::
439439When a Python program starts, it looks exactly like that, with one
440440of each. The process has a single global runtime to manage Python's
441441global resources. Each Python thread has all the state it needs to run
442- Python code (and use any supported C-API) in its OS thread.
443-
444- .. , including its stack of call frames.
445-
446- .. If the program uses coroutines (async) then the thread will end up
447- juggling multiple stacks.
442+ Python code (and use any supported C-API) in its OS thread. Depending
443+ on the implementation, this probably includes the current exception
444+ and the Python call stack.
448445
449446In between the global runtime and the thread(s) lies the interpreter.
450447It completely encapsulates all of the non-global runtime state that the
You can’t perform that action at this time.
0 commit comments