mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
Argh, make another markup fix
This commit is contained in:
parent
33432183d8
commit
af015cfcbf
1 changed files with 1 additions and 1 deletions
|
@ -1821,7 +1821,7 @@ Changes to Python's build process and to the C API include:
|
||||||
\item The largest change to the C API came from \pep{353},
|
\item The largest change to the C API came from \pep{353},
|
||||||
which modifies the interpreter to use a \ctype{Py_ssize_t} type
|
which modifies the interpreter to use a \ctype{Py_ssize_t} type
|
||||||
definition instead of \ctype{int}. See the earlier
|
definition instead of \ctype{int}. See the earlier
|
||||||
section~ref{section-353} for a discussion of this change.
|
section~\ref{section-353} for a discussion of this change.
|
||||||
|
|
||||||
\item The design of the bytecode compiler has changed a great deal, to
|
\item The design of the bytecode compiler has changed a great deal, to
|
||||||
no longer generate bytecode by traversing the parse tree. Instead
|
no longer generate bytecode by traversing the parse tree. Instead
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue