diff options
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/compile.c b/Python/compile.c index dae2a3e..5120916 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -3710,6 +3710,7 @@ com_node(struct compiling *c, node *n) /* Expression nodes */ case testlist: + case testlist_safe: com_list(c, n, 0); break; case test: |