Commit 70575ec0 authored by Benjamin Peterson's avatar Benjamin Peterson

add missing 'because' (closes #22008)

Patch from A Kaptur.
parent 30dce957
...@@ -504,7 +504,7 @@ check_unoptimized(const PySTEntryObject* ste) { ...@@ -504,7 +504,7 @@ check_unoptimized(const PySTEntryObject* ste) {
case OPT_BARE_EXEC: case OPT_BARE_EXEC:
PyOS_snprintf(buf, sizeof(buf), PyOS_snprintf(buf, sizeof(buf),
"unqualified exec is not allowed in function " "unqualified exec is not allowed in function "
"'%.100s' it %s", "'%.100s' because it %s",
PyString_AS_STRING(ste->ste_name), trailer); PyString_AS_STRING(ste->ste_name), trailer);
break; break;
default: 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