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 martin.panter
Recipients martin.panter, serhiy.storchaka, xiang.zhang
Date 2016-07-10.08:18:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468138724.14.0.809629088685.issue27473@psf.upfronthosting.co.za>
In-reply-to
Content
I changed the versions without checking first. Long story short: Objects/stringobject.c (Python 2 equivalent of Objects/bytesobject.c) is already fixed, but in all versions, Objects/bytearrayobject.c is apparently unfixed.

Python 2 was fixed as part of r65335. Python 3 was supposed to be fixed in r66009 (Issue 3627), but it looks like some of the fixes were missed.
History
Date User Action Args
2016-07-10 08:18:44martin.pantersetrecipients: + martin.panter, serhiy.storchaka, xiang.zhang
2016-07-10 08:18:44martin.pantersetmessageid: <1468138724.14.0.809629088685.issue27473@psf.upfronthosting.co.za>
2016-07-10 08:18:44martin.panterlinkissue27473 messages
2016-07-10 08:18:43martin.pantercreate