diff options
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c index cb25da2..a178bdb 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -499,7 +499,7 @@ com_addopname(c, op, n) if (p + strlen(s) > buffer + (sizeof buffer) - 2) { err_setstr(MemoryError, "dotted_name too long"); - name == NULL; + name = NULL; break; } if (p != buffer) |