2 parents 0b6bd1d + 6decb24 commit 7d4cd2fCopy full SHA for 7d4cd2f
1 file changed
Python/ast.c
@@ -528,11 +528,11 @@ init_normalization(struct compiling *c)
528
if (!c->c_normalize)
529
return 0;
530
c->c_normalize_args = Py_BuildValue("(sN)", "NFKC", Py_None);
531
- PyTuple_SET_ITEM(c->c_normalize_args, 1, NULL);
532
if (!c->c_normalize_args) {
533
Py_CLEAR(c->c_normalize);
534
535
}
+ PyTuple_SET_ITEM(c->c_normalize_args, 1, NULL);
536
return 1;
537
538
0 commit comments