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 svenberkvens
Recipients eryksun, martin.panter, serhiy.storchaka, svenberkvens
Date 2015-11-20.18:18:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448043481.88.0.551354504515.issue25678@psf.upfronthosting.co.za>
In-reply-to
Content
Eryk, could the tests in the path file that you posted regarding int() and float() be incorrect in the sense that buffer(...)[a:b] returns a str() and not another buffer() (and will thus always be NUL terminated and not exhibit the problem, whether or not the C source have been patch)? I think the tests should be using buffer(..., a, b) instead.

May I say that I am very, very impressed by the speed with which this has been picked up? Thank you all for your impressive work!
History
Date User Action Args
2015-11-20 18:18:01svenberkvenssetrecipients: + svenberkvens, martin.panter, serhiy.storchaka, eryksun
2015-11-20 18:18:01svenberkvenssetmessageid: <1448043481.88.0.551354504515.issue25678@psf.upfronthosting.co.za>
2015-11-20 18:18:01svenberkvenslinkissue25678 messages
2015-11-20 18:18:01svenberkvenscreate