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 ned.deily
Recipients chris.jerdonek, ned.deily
Date 2012-09-03.04:57:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346648257.98.0.60504947601.issue15854@psf.upfronthosting.co.za>
In-reply-to
Content
Different version of libncurses, different compiler and run time, different version and build options of Python 3.3, etc. The bug in ncurses causes junk to be stored and/or returned.  In the one case, the junk triggered an overflow error, in the other, no overflow but still junk.
History
Date User Action Args
2012-09-03 04:57:38ned.deilysetrecipients: + ned.deily, chris.jerdonek
2012-09-03 04:57:37ned.deilysetmessageid: <1346648257.98.0.60504947601.issue15854@psf.upfronthosting.co.za>
2012-09-03 04:57:37ned.deilylinkissue15854 messages
2012-09-03 04:57:37ned.deilycreate