mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +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
|
@ -1182,9 +1182,6 @@ symtable_visit_expr(struct symtable *st, expr_ty e)
|
|||
if (e->v.Call.kwargs)
|
||||
VISIT(st, expr, e->v.Call.kwargs);
|
||||
break;
|
||||
case Repr_kind:
|
||||
VISIT(st, expr, e->v.Repr.value);
|
||||
break;
|
||||
case Num_kind:
|
||||
case Str_kind:
|
||||
/* Nothing to do here. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue