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 pitrou
Recipients georg.brandl, pitrou, r.david.murray, serhiy.storchaka
Date 2013-02-02.21:15:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359839705.04.0.945551859333.issue17106@psf.upfronthosting.co.za>
In-reply-to
Content
Well, if a proper type check is made later, then the assert can go.
Also, the PyBytes_Size() result should be checked for error, which incidentally ensures the argument is a bytes object.
History
Date User Action Args
2013-02-02 21:15:05pitrousetrecipients: + pitrou, georg.brandl, r.david.murray, serhiy.storchaka
2013-02-02 21:15:05pitrousetmessageid: <1359839705.04.0.945551859333.issue17106@psf.upfronthosting.co.za>
2013-02-02 21:15:05pitroulinkissue17106 messages
2013-02-02 21:15:04pitroucreate