mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
7b1668735a
This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct.