Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffe58ca

Browse files
committed
Reversely --> Conversely
This closes SourceForge bug #115673.
1 parent 45888ff commit ffe58ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/api/api.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4186,8 +4186,8 @@ \section{Thread State and the Global Interpreter Lock
41864186
state, the current thread state pointer must be retrieved before the
41874187
lock is released (since another thread could immediately acquire the
41884188
lock and store its own thread state in the global variable).
4189-
Reversely, when acquiring the lock and restoring the thread state, the
4190-
lock must be acquired before storing the thread state pointer.
4189+
Conversely, when acquiring the lock and restoring the thread state,
4190+
the lock must be acquired before storing the thread state pointer.
41914191

41924192
Why am I going on with so much detail about this? Because when
41934193
threads are created from C, they don't have the global interpreter

0 commit comments

Comments
 (0)