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 c944ef8 commit fefb95aCopy full SHA for fefb95a
Modules/posixmodule.c
@@ -7317,8 +7317,8 @@ parse_envlist(PyObject* env, Py_ssize_t *envc_ptr)
7317
}
7318
7319
for (pos = 0; pos < i; pos++) {
7320
- // The 'key' and 'val' must be strong references because
7321
- // of possible side-effects by PyUnicode_FSConverter().
+ // The 'key' and 'val' must be strong references because of
+ // possible side-effects by PyUnicode_FS{Converter,Decoder}().
7322
key = PyList_GetItemRef(keys, pos);
7323
if (key == NULL) {
7324
goto error;
0 commit comments