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 benjamin.peterson
Recipients Bruno Oliveira, The Compiler, benjamin.peterson, berker.peksag, doerwalter, lemburg, reaperhulk
Date 2015-09-30.04:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443587758.76.0.326001713127.issue25270@psf.upfronthosting.co.za>
In-reply-to
Content
IMO, the "if (size == 0)" logic should be moved down several lines to avoid introducing a redundant "PyBytes_FromStringAndSize" call.
History
Date User Action Args
2015-09-30 04:35:58benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, doerwalter, berker.peksag, The Compiler, reaperhulk, Bruno Oliveira
2015-09-30 04:35:58benjamin.petersonsetmessageid: <1443587758.76.0.326001713127.issue25270@psf.upfronthosting.co.za>
2015-09-30 04:35:58benjamin.petersonlinkissue25270 messages
2015-09-30 04:35:58benjamin.petersoncreate