mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
When comparing negative non-integer float and int with the same number of bits in the integer part, __neg__() in the int subclass returning not an int caused an assertion error. Now the integer is no longer negated. Also, reduced the number of temporary created Python objects.
Source files for various builtin objects