mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
- markup fix
- explain Python/ceval.c from what; lots of people don't use a source distro any more
This commit is contained in:
parent
bdec50f027
commit
7f35404b7b
1 changed files with 3 additions and 3 deletions
|
@ -479,9 +479,9 @@ else:
|
||||||
Activate dumping of VM measurements using the Pentium timestamp
|
Activate dumping of VM measurements using the Pentium timestamp
|
||||||
counter, if \var{on_flag} is true. Deactivate these dumps if
|
counter, if \var{on_flag} is true. Deactivate these dumps if
|
||||||
\var{on_flag} is off. The function is available only if Python
|
\var{on_flag} is off. The function is available only if Python
|
||||||
was compiled with \code{--with-tsc}. To understand the output
|
was compiled with \longprogramopt{with-tsc}. To understand the
|
||||||
of this dump, read \code{Python/ceval.c}.
|
output of this dump, read \file{Python/ceval.c} in the Python
|
||||||
|
sources.
|
||||||
\versionadded{2.4}
|
\versionadded{2.4}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue