Skip to content

Commit c832471

Browse files
committed
Remove erroneus characters in the block comment
1 parent 80918db commit c832471

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5359,9 +5359,7 @@ os_posix_spawn_impl(PyObject *module, path_t *path, PyObject *argv,
53595359
* buffers. The use of `temp_buffer` here is a workaround that keeps the
53605360
* python objects that own the buffers alive until posix_spawn gets called.
53615361
* posix_spawn_file_actions_addopen copies the value of **path** except for
5362-
* some old * versions of * glibc (<2.20). The usage of temp_buffer is
5363-
* a workaround * to keep this temporary objects alive until posix_spawn
5364-
* gets called.
5362+
* some old versions of glibc (<2.20).
53655363
* Check https://bugs.python.org/issue33630 and
53665364
* https://sourceware.org/bugzilla/show_bug.cgi?id=17048 for more info.*/
53675365
temp_buffer = PyList_New(0);

0 commit comments

Comments
 (0)