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 malin, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-10.10:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605003561.82.0.941385257773.issue42304@roundup.psfhosted.org>
In-reply-to
Content
> There are several different problems, such as:
> https://github.com/python/cpython/blob/v3.10.0a2/Modules/mathmodule.c#L2033

I don't think that it's worth it to optimize this one.

> In addition, `utf16_decode` also has this problem, I forgot this:
https://github.com/python/cpython/blob/v3.10.0a2/Objects/stringlib/codecs.h#L465

I suggest to fix in it bpo-38252.
History
Date User Action Args
2020-11-10 10:19:21vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, malin
2020-11-10 10:19:21vstinnersetmessageid: <1605003561.82.0.941385257773.issue42304@roundup.psfhosted.org>
2020-11-10 10:19:21vstinnerlinkissue42304 messages
2020-11-10 10:19:21vstinnercreate