]> granicus.if.org Git - python/commit
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 15 Jul 2011 19:18:18 +0000 (21:18 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 15 Jul 2011 19:18:18 +0000 (21:18 +0200)
commit9b43b6e14e65b6086d0d3227cfd600d4bbb38cc2
tree43e635e7aee927dd58a9496d822b7de8e778a15d
parent874d65afaef54993eb5779c31611f5f3baa995e2
parentff35050493edd0c738ab69f14ee2fb5db11bb5ec
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Patch by Andreas Stührk.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c