File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4598,14 +4598,14 @@ \section{Thread State and the Global Interpreter Lock
45984598disabled at compile time.
45994599\end {csimplemacrodesc }
46004600
4601- \begin {csimplemacrodesc }{Py_BEGIN_BLOCK_THREADS }
4601+ \begin {csimplemacrodesc }{Py_BLOCK_THREADS }
46024602This macro expands to \samp {PyEval_RestoreThread(_save);} i.e. it
46034603is equivalent to \code {Py_END_ALLOW_THREADS} without the closing
46044604brace. It is a no-op when thread support is disabled at compile
46054605time.
46064606\end {csimplemacrodesc }
46074607
4608- \begin {csimplemacrodesc }{Py_BEGIN_UNBLOCK_THREADS }
4608+ \begin {csimplemacrodesc }{Py_UNBLOCK_THREADS }
46094609This macro expands to \samp {_save = PyEval_SaveThread();} i.e. it is
46104610equivalent to \code {Py_BEGIN_ALLOW_THREADS} without the opening brace
46114611and variable declaration. It is a no-op when thread support is
You can’t perform that action at this time.
0 commit comments