mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Get rid of math mode in some places.
This commit is contained in:
parent
3e1e274d0b
commit
f259efe3d9
12 changed files with 18 additions and 18 deletions
|
|
@ -176,7 +176,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 $\leq 0$ checks every virtual instruction,
|
||||
threads. Setting it to a value \code{<=} 0 checks every virtual instruction,
|
||||
maximizing responsiveness as well as overhead.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue