Message228924
| 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:24 | vstinner | set | recipients:
+ vstinner, pitrou, serhiy.storchaka |
| 2014年10月09日 22:01:24 | vstinner | set | messageid: <1412892084.12.0.944322028636.issue22591@psf.upfronthosting.co.za> |
| 2014年10月09日 22:01:24 | vstinner | link | issue22591 messages |
| 2014年10月09日 22:01:23 | vstinner | create |
|