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 a92fbe6 commit 72f562fCopy full SHA for 72f562f
1 file changed
Python/ast.c
@@ -535,11 +535,11 @@ init_normalization(struct compiling *c)
535
if (!c->c_normalize)
536
return 0;
537
c->c_normalize_args = Py_BuildValue("(sN)", "NFKC", Py_None);
538
- PyTuple_SET_ITEM(c->c_normalize_args, 1, NULL);
539
if (!c->c_normalize_args) {
540
Py_CLEAR(c->c_normalize);
541
542
}
+ PyTuple_SET_ITEM(c->c_normalize_args, 1, NULL);
543
return 1;
544
545
0 commit comments