Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

> but Python 2.x doesn't appear to actually bother 
> to compile dup2.c even if the system lacks dup2

Is it sure? The file configure.in has the same command in both versions:
    AC_REPLACE_FUNCS(dup2 getcwd strdup)

Added the #include anyway in r85236, r85237, 85238.

----------
nosy: +amaury.forgeotdarc
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to