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 malin
Recipients malin, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2020-11-10.09:54:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605002086.67.0.410675268742.issue42304@roundup.psfhosted.org>
In-reply-to
Content
> What is the problem exactly?

There are several different problems, such as:
https://github.com/python/cpython/blob/v3.10.0a2/Modules/mathmodule.c#L2033

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

Maybe these small problems are suitable for newcomer to familiarize the contribution process.
History
Date User Action Args
2020-11-10 09:54:46malinsetrecipients: + malin, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2020-11-10 09:54:46malinsetmessageid: <1605002086.67.0.410675268742.issue42304@roundup.psfhosted.org>
2020-11-10 09:54:46malinlinkissue42304 messages
2020-11-10 09:54:45malincreate