mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.