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 8771125 commit 836b642Copy full SHA for 836b642
Modules/posixmodule.c
@@ -3936,7 +3936,7 @@ posix_fork(PyObject *self, PyObject *noargs)
3936
#ifdef HAVE_STROPTS_H
3937
#include <stropts.h>
3938
#endif
3939
-#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX */
+#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX) */
3940
3941
#if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
3942
PyDoc_STRVAR(posix_openpty__doc__,
0 commit comments