There was an error while loading. Please reload this page.
1 parent d4dcb70 commit a26987aCopy full SHA for a26987a
1 file changed
Modules/_posixsubprocess.c
@@ -234,8 +234,8 @@ struct linux_dirent64 {
234
char d_name[256]; /* Filename (null-terminated) */
235
};
236
237
-/* Close all open file descriptors in the range start_fd inclusive to end_fd
238
- * exclusive. Do not close any in the sorted py_fds_to_keep list.
+/* Close all open file descriptors in the range from start_fd and higher
+ * Do not close any in the sorted py_fds_to_keep list.
239
*
240
* This version is async signal safe as it does not make any unsafe C library
241
* calls, malloc calls or handle any locks. It is _unfortunate_ to be forced
0 commit comments