This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kraai
Recipients
Date 2007-05-26.02:12:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
...and here's another revision.  This patch makes sys/termio.h be included before termios.h in order to ensure that TCGETA, TCSETA, TCSETAW, and TCSETAF can be used so that the termios module can be built, sets the stack size to 2 megabytes so that test_compile.py doesn't overflow the stack, and adds some comments to configure.in.

With it, the test suite can be run to completion, though there are still a number of errors and failures.

Sorry for the churn.
File Added: patch
History
Date User Action Args
2007-08-23 15:58:30adminlinkissue1722225 messages
2007-08-23 15:58:30admincreate