Message379824
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. |
|
Date |
User |
Action |
Args |
2020-10-28 08:57:34 | scoder | set | recipients:
+ scoder, eli.bendersky, serhiy.storchaka, corona10, obfusk |
2020-10-28 08:57:34 | scoder | set | messageid: <1603875454.68.0.0165478427429.issue42151@roundup.psfhosted.org> |
2020-10-28 08:57:34 | scoder | link | issue42151 messages |
2020-10-28 08:57:34 | scoder | create | |
|