Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> added the comment:
posixmodule: line 3530:
#ifdef __MINGW32__
master_fd = open(DEV_PTY_FILE, O_RDWR); /* open master */
#else
master_fd = open(DEV_PTY_FILE, O_RDWR | O_NOCTTY); /* open master */
#endif
not sure i should be compiling posixmodule under mingw32 :)
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1597850>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com