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 Justin.Venus
Recipients Justin.Venus, akuchling, enchanter, iandekit, jcea, loewis, mschmarck, noon, vstinner
Date 2012-06-27.05:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340773624.19.0.463763904019.issue3786@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch allows _curses and _curses_panel to build with the sunpro compiler on Solaris11.  The only changes were compiler/linker options in the main setup.py.  The interactive curses_test works on my system.  I can easily make patches for python2.7 and python3.2 as well.

This patch may also address the issue in bug 13552 as well.
History
Date User Action Args
2012-06-27 05:07:04Justin.Venussetrecipients: + Justin.Venus, loewis, akuchling, jcea, vstinner, enchanter, mschmarck, iandekit, noon
2012-06-27 05:07:04Justin.Venussetmessageid: <1340773624.19.0.463763904019.issue3786@psf.upfronthosting.co.za>
2012-06-27 05:07:03Justin.Venuslinkissue3786 messages
2012-06-27 05:07:02Justin.Venuscreate