Commit 836b6421 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

Update comment in posixmodule.c (GH-5681)


A closing parentheses was missing.
Signed-off-by: default avatarNgie Cooper <yaneurabeya@gmail.com>
(cherry picked from commit 7745ec4e)
Co-authored-by: default avatarngie-eign <1574099+ngie-eign@users.noreply.github.com>
parent 87711256
......@@ -3936,7 +3936,7 @@ posix_fork(PyObject *self, PyObject *noargs)
#ifdef HAVE_STROPTS_H
#include <stropts.h>
#endif
#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX */
#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX) */
#if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
PyDoc_STRVAR(posix_openpty__doc__,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment