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 vstinner
Recipients pitrou, serhiy.storchaka, vstinner
Date 2014-10-09.22:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412892084.12.0.944322028636.issue22591@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my huge patch :-) It only changes osdefs.h.

In fact, I expected more code checking for __DJGPP__.

For __WATCOMC__, it's unclear for me yet if the code is specific to MS-DOS or to the Watcom compiler. For example, timemodule.c includes <i86.h> to get the delay() function. On Linux, I would prefer to use select(), on Windows, I would prefer to use the Windows code. We should check if OpenWatcom provides select() on Linux. I'm trying to build OpenWatcom for this ;)

I created the issue #22592 to propose to drop the support of the Borland C compiler.
History
Date User Action Args
2014-10-09 22:01:24vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2014-10-09 22:01:24vstinnersetmessageid: <1412892084.12.0.944322028636.issue22591@psf.upfronthosting.co.za>
2014-10-09 22:01:24vstinnerlinkissue22591 messages
2014-10-09 22:01:23vstinnercreate