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 drukker
Recipients drukker, loewis
Date 2009-10-15.08:55:04
SpamBayes Score 3.3353256e-06
Marked as misclassified No
Message-id <1255596911.52.0.813251540647.issue7080@psf.upfronthosting.co.za>
In-reply-to
Content
Could someone triage this?  And review my simple fix?  I think it should
be a release blocker.

It seems to me to be a problem on all 64-bit non-Windows platforms, or
any platform if using UCS-4.  The 4 high-order bytes of an 8-byte
Py_ssize_t variable are not initialized.

Thanks.
History
Date User Action Args
2009-10-15 08:55:11drukkersetrecipients: + drukker, loewis
2009-10-15 08:55:11drukkersetmessageid: <1255596911.52.0.813251540647.issue7080@psf.upfronthosting.co.za>
2009-10-15 08:55:05drukkerlinkissue7080 messages
2009-10-15 08:55:04drukkercreate