Message 256402 - Python tracker
code_richcompare.patch: fix code_richcompare() to not consider that constants (1,) and (1.0,) are equal. The patch lacks an unit test. We may use the new _PyCode_ConstantKey() function to compare other code attributes?