Message414747
My PR 31759 removes the assumption of small int singletons and replaces C comparison with PyObject_RichCompareBool() Py_EQ calls.
I still prefer Serhiy's solution, but it may cause backwards incompatible breakage. My fix can be backported to 3.9 and 3.10 without breakage. It resolves my failing tests on Emscripten, too. |
|
Date |
User |
Action |
Args |
2022-03-08 10:39:45 | christian.heimes | set | recipients:
+ christian.heimes, barry, vstinner, giampaolo.rodola, eli.bendersky, serhiy.storchaka, xiang.zhang |
2022-03-08 10:39:45 | christian.heimes | set | messageid: <1646735985.93.0.297669978744.issue23325@roundup.psfhosted.org> |
2022-03-08 10:39:45 | christian.heimes | link | issue23325 messages |
2022-03-08 10:39:45 | christian.heimes | create | |
|