[issue25548] Show the address in the repr for class objects

Raymond Hettinger report at bugs.python.org
Wed Jul 13 10:59:40 EDT 2016


Raymond Hettinger added the comment:

Would there be a way to confine this to just heap types?  The user defined classes are where there is the most benefit.  For the built-in types, it just seems to add noise.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25548>
_______________________________________


More information about the Python-bugs-list mailing list