Skip to content

Commit fefb95a

Browse files
committed
update comment
1 parent c944ef8 commit fefb95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/posixmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7317,8 +7317,8 @@ parse_envlist(PyObject* env, Py_ssize_t *envc_ptr)
73177317
}
73187318

73197319
for (pos = 0; pos < i; pos++) {
7320-
// The 'key' and 'val' must be strong references because
7321-
// of possible side-effects by PyUnicode_FSConverter().
7320+
// The 'key' and 'val' must be strong references because of
7321+
// possible side-effects by PyUnicode_FS{Converter,Decoder}().
73227322
key = PyList_GetItemRef(keys, pos);
73237323
if (key == NULL) {
73247324
goto error;

0 commit comments

Comments
 (0)