2013/6/18 Christian Heimes <christ...@python.org>: > Am 18.06.2013 12:56, schrieb Jeremy Kloth: >> On Mon, Jun 17, 2013 at 2:02 PM, victor.stinner >>> +#include <alloca.h> >> >> This header is not present on Windows, thus breaking all the Windows >> buildbots. Perhaps it should be wrapped in an AIX-specific #ifdef?
Oh really? Portability is complex :-) I only tested on Linux, but I expected this header to be part of the C standard... > I have added HAVE_ALLOCA_H to configure: > > http://hg.python.org/cpython/rev/7b6ae19dd116 Cool, thanks. Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com