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

Skip to content

Commit 150d09d

Browse files
committed
Fix missing space between words. Bugfix candidate.
1 parent 2a47c0f commit 150d09d

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
@@ -4452,7 +4452,7 @@ symtable_check_unoptimized(struct compiling *c,
44524452
"unqualified exec is not allowed in function '%.100s' it %s"
44534453

44544454
#define ILLEGAL_EXEC_AND_IMPORT_STAR \
4455-
"function '%.100s' uses import * and bare exec, which are illegal" \
4455+
"function '%.100s' uses import * and bare exec, which are illegal " \
44564456
"because it %s"
44574457

44584458
/* XXX perhaps the linenos for these opt-breaking statements

0 commit comments

Comments
 (0)