[issue9060] Python/dup2.c doesn't compile on (at least) newlib

Amaury Forgeot d'Arc report at bugs.python.org
Wed Oct 6 00:21:54 CEST 2010


Amaury Forgeot d'Arc <amauryfa at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9060>
_______________________________________


More information about the Python-bugs-list mailing list