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 eric.snow
Recipients asvetlov, eric.snow, kristjan.jonsson, qualab, serhiy.storchaka, vstinner
Date 2014-04-14.15:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397488881.86.0.238150849994.issue20434@psf.upfronthosting.co.za>
In-reply-to
Content
For example, in the patch binascii_b2a_uu() in Modules/binascii.c no longer sets rv to NULL even though in one of the _PyString_Resize() error cases rv is not automatically set to NULL.  And simply setting rv to NULL would be backward-incompatible as well.
History
Date User Action Args
2014-04-14 15:21:21eric.snowsetrecipients: + eric.snow, kristjan.jonsson, vstinner, asvetlov, serhiy.storchaka, qualab
2014-04-14 15:21:21eric.snowsetmessageid: <1397488881.86.0.238150849994.issue20434@psf.upfronthosting.co.za>
2014-04-14 15:21:21eric.snowlinkissue20434 messages
2014-04-14 15:21:21eric.snowcreate