Commit ee5729db authored by Benjamin Peterson's avatar Benjamin Peterson

add missing 'because' (closes #22008)

Patch from A Kaptur.
parent a2dd3b23
......@@ -504,7 +504,7 @@ check_unoptimized(const PySTEntryObject* ste) {
case OPT_BARE_EXEC:
PyOS_snprintf(buf, sizeof(buf),
"unqualified exec is not allowed in function "
"'%.100s' it %s",
"'%.100s' because it %s",
PyString_AS_STRING(ste->ste_name), trailer);
break;
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment