Files
cpython/Objects
Benjamin Peterson 7b1668735a don't use a slot wrapper from a different special method (closes #14658)
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.
2012-04-24 11:06:25 -04:00
..
2010-11-20 17:21:08 +00:00
2012-04-09 15:01:02 -04:00
2012-02-19 01:11:56 -05:00
2011-10-19 16:57:40 -04:00
2011-10-30 14:24:44 -04:00
2012-02-15 02:52:58 +01:00
2011-04-05 15:48:47 +02:00
2012-04-09 15:01:02 -04:00
2010-10-11 22:42:28 +00:00