Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45888ff commit ffe58caCopy full SHA for ffe58ca
1 file changed
Doc/api/api.tex
@@ -4186,8 +4186,8 @@ \section{Thread State and the Global Interpreter Lock
4186
state, the current thread state pointer must be retrieved before the
4187
lock is released (since another thread could immediately acquire the
4188
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.
+Conversely, when acquiring the lock and restoring the thread state,
+the lock must be acquired before storing the thread state pointer.
4191
4192
Why am I going on with so much detail about this? Because when
4193
threads are created from C, they don't have the global interpreter
0 commit comments