mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
ea3912b0da
arguments in reverse, the interpreter would infinitely recourse trying to get a coercion that worked. So put in a recursion check after a coercion is made and the next call to attempt to use the coerced values. Fixes bug #992017 and closes crashers/coerce.py .