File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,9 @@ inside of subinterpreters, primarily because :c:func:`PyGILState_Ensure`
3232always creates a thread state for the main interpreter in threads where
3333Python hasn't ever run.
3434
35- This PEP intends to solve these kinds issues by *reimagining * how we approach
36- thread states in the C API. This is done through the introduction of interpreter
37- references that prevent an interpreter from finalizing (or more technically,
38- entering a stage in which attachment of a thread state hangs).
35+ This PEP intends to solve these kinds issues through the introduction of
36+ interpreter references that prevent an interpreter from finalizing (or more
37+ technically, entering a stage in which attachment of a thread state hangs).
3938This allows for more structure and reliability when it comes to thread state
4039management, because it forces a layer of synchronization between the
4140interpreter and the caller.
You can’t perform that action at this time.
0 commit comments