mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +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
|
@ -401,9 +401,6 @@ set_context(expr_ty e, expr_context_ty ctx, const node *n)
|
|||
case Compare_kind:
|
||||
expr_name = "comparison";
|
||||
break;
|
||||
case Repr_kind:
|
||||
expr_name = "repr";
|
||||
break;
|
||||
case IfExp_kind:
|
||||
expr_name = "conditional expression";
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue