summaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-04-12 18:34:30 -0500
committerBenjamin Peterson <benjamin@python.org>2011-04-12 18:34:30 -0500
commit62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7 (patch)
tree72579763dd5a5d68069e70bea38f31e78185fcf3 /Python/ast.c
parentb17abb1af9e36c728e4fc9e27a9fd9441d3f77a2 (diff)
parentabdeeff3d1fa505fa1d49970cb7a70446f3e2b75 (diff)
downloadcpython-git-62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7.tar.gz
merge 3.1
Diffstat (limited to 'Python/ast.c')
-rw-r--r--Python/ast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ast.c b/Python/ast.c
index 4edf335c33..2ee2186198 100644
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -483,6 +483,7 @@ set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n)
case Set_kind:
case Num_kind:
case Str_kind:
+ case Bytes_kind:
expr_name = "literal";
break;
case Ellipsis_kind: