Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a47c0f commit 150d09dCopy full SHA for 150d09d
1 file changed
Python/compile.c
@@ -4452,7 +4452,7 @@ symtable_check_unoptimized(struct compiling *c,
4452
"unqualified exec is not allowed in function '%.100s' it %s"
4453
4454
#define ILLEGAL_EXEC_AND_IMPORT_STAR \
4455
-"function '%.100s' uses import * and bare exec, which are illegal" \
+"function '%.100s' uses import * and bare exec, which are illegal " \
4456
"because it %s"
4457
4458
/* XXX perhaps the linenos for these opt-breaking statements
0 commit comments