[Python-Dev] autoheader warning for WITH_UNIVERSAL_NEWLINES (original) (raw)

Guido van Rossum guido@python.org
Thu, 18 Apr 2002 15:06:54 -0400


Bah, I am not happy with this. This makes it even more difficult to create the correct pyconfig.h for MacPython.

Really? You have all the templates at your fingertips in pyconfig.h.in.

How is updating pyconfig.h handled for Windows (and other non-autoconf platforms)?

Painfully, and erratically. Tim complains that a certain unit test fails or is skipped, I determine that it's because a certain feature is not configured, and then he adds it.

--Guido van Rossum (home page: http://www.python.org/~guido/)