Skip to content

Commit 01f8422

Browse files
committed
Remove references to old title in the abstract.
1 parent 6491193 commit 01f8422

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

peps/pep-0788.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ inside of subinterpreters, primarily because :c:func:`PyGILState_Ensure`
3232
always creates a thread state for the main interpreter in threads where
3333
Python 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).
3938
This allows for more structure and reliability when it comes to thread state
4039
management, because it forces a layer of synchronization between the
4140
interpreter and the caller.

0 commit comments

Comments
 (0)