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-25.05:29:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Here's an updated patch.  It's changed relative to the first one in that it makes the workaround for the incompatibility between [n]curses.h and stdlib.h be handled similar to how it's handled for other platforms, it prevents _XOPEN_SOURCE from being defined to allow the socket module to build, and it merges the QNX case for setting LDSHARED.

I tried to include the changes to configure and pyconfig.h.in, but that made it too big.  If they need to be submitted, please let me how to do so.
File Added: patch
History
Date User Action Args
2007-08-23 15:58:30adminlinkissue1722225 messages
2007-08-23 15:58:30admincreate