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 serhiy.storchaka
Recipients berker.peksag, christian.heimes, martin.panter, serhiy.storchaka
Date 2016-09-17.11:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474112745.11.0.112875219929.issue28187@psf.upfronthosting.co.za>
In-reply-to
Content
In all cases _PyBytes_Resize is followed by return. Original code is correct. In either way NULL is returned if _PyBytes_Resize fails.
History
Date User Action Args
2016-09-17 11:45:45serhiy.storchakasetrecipients: + serhiy.storchaka, christian.heimes, berker.peksag, martin.panter
2016-09-17 11:45:45serhiy.storchakasetmessageid: <1474112745.11.0.112875219929.issue28187@psf.upfronthosting.co.za>
2016-09-17 11:45:45serhiy.storchakalinkissue28187 messages
2016-09-17 11:45:45serhiy.storchakacreate