commit | d9dfaf5a3b4f714857f16cf0d2a7637829dcb659 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 17 15:04:57 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 17 15:04:57 1995 +0000 |
tree | 0e877eed413af7dea8295061678e2fbf9bbf9e96 | |
parent | 1d339e8c35963ad2f445b9ec779604ddb6957bb4 [diff] |
fix typo (== for =) in assignment
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 @@ if (p + strlen(s) > buffer + (sizeof buffer) - 2) { err_setstr(MemoryError, "dotted_name too long"); - name == NULL; + name = NULL; break; } if (p != buffer)