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 zach.ware
Recipients Claudiu.Popa, dmo2118, eryksun, jpe, python-dev, steve.dower, stutzbach, zach.ware
Date 2014-07-03.16:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404403711.78.0.494422914567.issue21151@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to Dave for the report, eryksun for the suggestion, and John for the patch!

I'm not sure why the test case doesn't fail on a regular test run on Python 3; it looks like BYTE *data starts out as NULL when Python is not in interactive mode, which makes no sense to me.  The test case does crash on unpatched 2.7, though, so it's a legitimate test in my view.
History
Date User Action Args
2014-07-03 16:08:31zach.waresetrecipients: + zach.ware, jpe, stutzbach, Claudiu.Popa, python-dev, eryksun, steve.dower, dmo2118
2014-07-03 16:08:31zach.waresetmessageid: <1404403711.78.0.494422914567.issue21151@psf.upfronthosting.co.za>
2014-07-03 16:08:31zach.warelinkissue21151 messages
2014-07-03 16:08:31zach.warecreate