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 xiang.zhang
Recipients Nick Huber, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-03-06.05:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488779793.46.0.557269894755.issue29714@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is now _PyBytes_FormatEx uses strchr to sniff %. It should use memchr instead.
History
Date User Action Args
2017-03-06 05:56:33xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka, Nick Huber
2017-03-06 05:56:33xiang.zhangsetmessageid: <1488779793.46.0.557269894755.issue29714@psf.upfronthosting.co.za>
2017-03-06 05:56:33xiang.zhanglinkissue29714 messages
2017-03-06 05:56:33xiang.zhangcreate