This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lkcl
Recipients cfriedt, hanwen, janneke-sf, lkcl, loewis, nzjrs, rmt38, scott.tsai
Date 2008-09-12.18:38:36
SpamBayes Score 0.013302609
Marked as misclassified No
Message-id <1221244717.43.0.257443444013.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
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 :)
History
Date User Action Args
2008-09-12 18:38:37lkclsetrecipients: + lkcl, loewis, hanwen, janneke-sf, rmt38, scott.tsai, nzjrs, cfriedt
2008-09-12 18:38:37lkclsetmessageid: <1221244717.43.0.257443444013.issue1597850@psf.upfronthosting.co.za>
2008-09-12 18:38:36lkcllinkissue1597850 messages
2008-09-12 18:38:36lkclcreate