mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
e6eefc2231
coercion is now completely generic. * ceval.c: for instances, don't coerce for + and *; * reverses arguments if left one is non-instance numeric and right one sequence.