Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9dfaf5

Browse files
committed
fix typo (== for =) in assignment
1 parent 1d339e8 commit d9dfaf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ com_addopname(c, op, n)
499499
if (p + strlen(s) > buffer + (sizeof buffer) - 2) {
500500
err_setstr(MemoryError,
501501
"dotted_name too long");
502-
name == NULL;
502+
name = NULL;
503503
break;
504504
}
505505
if (p != buffer)

0 commit comments

Comments
 (0)