mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
import MAGIC number.
This commit is contained in:
parent
5f5cfd121d
commit
e2e23ef97d
12 changed files with 4 additions and 74 deletions
|
@ -165,10 +165,6 @@ Implements \code{TOS = -TOS}.
|
|||
Implements \code{TOS = not TOS}.
|
||||
\end{opcodedesc}
|
||||
|
||||
\begin{opcodedesc}{UNARY_CONVERT}{}
|
||||
Implements \code{TOS = `TOS`}.
|
||||
\end{opcodedesc}
|
||||
|
||||
\begin{opcodedesc}{UNARY_INVERT}{}
|
||||
Implements \code{TOS = \~{}TOS}.
|
||||
\end{opcodedesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue