mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
changes (suggested) by Soren Larsen
This commit is contained in:
parent
d01c100713
commit
6c4f003202
28 changed files with 92 additions and 80 deletions
|
@ -88,7 +88,7 @@ determines how often the interpreter checks for periodic things such
|
|||
as thread switches and signal handlers. The default is 10, meaning
|
||||
the check is performed every 10 Python virtual instructions. Setting
|
||||
it to a larger value may increase performance for programs using
|
||||
threads. Setting it to a value <= 0 checks every virtual instruction,
|
||||
threads. Setting it to a value $\leq 0$ checks every virtual instruction,
|
||||
maximizing responsiveness as well as overhead.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue