Skip to content

Commit 519cf9b

Browse files
committed
Remove extra call.
1 parent 9da2977 commit 519cf9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_interpretersmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ config_from_object(PyObject *configobj, PyInterpreterConfig *config)
407407
{
408408
return -1;
409409
}
410-
if (init_named_config(config, PyUnicode_AsUTF8(configobj)) < 0) {
410+
if (init_named_config(config, utf8) < 0) {
411411
return -1;
412412
}
413413
}

0 commit comments

Comments
 (0)