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 vstinner
Recipients Nick Huber, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-03-06.10:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488796043.64.0.74659349427.issue29714@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm that I introduced the regression with the commit fa7762ec066aa3632a25b6a52bb7597b8f17c2f3: "Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API". Sorry about that, I always forget that str*() functions should not be used in Python since we support embedded null bytes :-/ It seems like only Python 3.6.0 release is affected.

"git tag --contains fa7762ec066aa3632a25b6a52bb7597b8f17c2f3" also returns v3.5.2, but I don't understand since I only pushed my change to the 3.6 branch...
History
Date User Action Args
2017-03-06 10:27:23vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang, Nick Huber
2017-03-06 10:27:23vstinnersetmessageid: <1488796043.64.0.74659349427.issue29714@psf.upfronthosting.co.za>
2017-03-06 10:27:23vstinnerlinkissue29714 messages
2017-03-06 10:27:23vstinnercreate