mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Make bytes_repr return a string containing a b"" literal.
This commit is contained in:
parent
fa353657f0
commit
ee91be45df
4 changed files with 58 additions and 58 deletions
|
@ -1177,7 +1177,8 @@ symtable_visit_expr(struct symtable *st, expr_ty e)
|
|||
break;
|
||||
case Num_kind:
|
||||
case Str_kind:
|
||||
case Ellipsis_kind:
|
||||
case Bytes_kind:
|
||||
case Ellipsis_kind:
|
||||
/* Nothing to do here. */
|
||||
break;
|
||||
/* The following exprs can be assignment targets. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue