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 benjamin.peterson, martin.panter, matejcik, python-dev, serhiy.storchaka, xiang.zhang
Date 2017-01-09.04:38:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483936705.99.0.571806000195.issue29145@psf.upfronthosting.co.za>
In-reply-to
Content
FTR I thought the consensus was not to backport these fixes unless there was a demonstrated problem: <https://bugs.python.org/issue1621#msg144499>, though personally, I would be in favour of backporting in many cases.

Regarding str.join() in unicode.c, see also my unicode.patch in that bug. I included a test case that works on 32-bit platforms, which you may use. (From memory, you probably need to disable -fwrapv and maybe use -ftrapv or the undefined behaviour sanitizer to make the test fail.)
History
Date User Action Args
2017-01-09 04:38:26martin.pantersetrecipients: + martin.panter, matejcik, benjamin.peterson, python-dev, serhiy.storchaka, xiang.zhang
2017-01-09 04:38:25martin.pantersetmessageid: <1483936705.99.0.571806000195.issue29145@psf.upfronthosting.co.za>
2017-01-09 04:38:25martin.panterlinkissue29145 messages
2017-01-09 04:38:25martin.pantercreate