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 scoder
Recipients corona10, eli.bendersky, obfusk, scoder, serhiy.storchaka
Date 2020-10-28.08:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603875454.68.0.0165478427429.issue42151@roundup.psfhosted.org>
In-reply-to
Content
In general, since the C accelerator is enabled by default, and few people would consider disabling it explicitly, I generally consider the behaviour of the C implementation to be "right", if both implementations differ.

As a single data point, the reason why the difference was found in this case was differing behaviour in PyPy (which uses only the Python implementation). It was only later found to be a problem on the CPython side.

Changing the behaviour of the C implementation would certainly break a lot more code than changing the Python implementation.
History
Date User Action Args
2020-10-28 08:57:34scodersetrecipients: + scoder, eli.bendersky, serhiy.storchaka, corona10, obfusk
2020-10-28 08:57:34scodersetmessageid: <1603875454.68.0.0165478427429.issue42151@roundup.psfhosted.org>
2020-10-28 08:57:34scoderlinkissue42151 messages
2020-10-28 08:57:34scodercreate