]> granicus.if.org Git - python/commit
Issue #25548: Showing memory address of class objects in repl
authorKushal Das <kushaldas@gmail.com>
Sat, 4 Jun 2016 23:21:13 +0000 (16:21 -0700)
committerKushal Das <kushaldas@gmail.com>
Sat, 4 Jun 2016 23:21:13 +0000 (16:21 -0700)
commit5801ecb4408cd11f6e6ffcb1612ca68d9936a728
treed50a9aa79b55eb92dde2c12908d6ecb14fc7f1d5
parent409482251b06fe75c4ee56e85ffbb4b23d934159
Issue #25548: Showing memory address of class objects in repl
20 files changed:
Lib/ctypes/test/test_structures.py
Lib/statistics.py
Lib/test/test_class.py
Lib/test/test_cmd_line_script.py
Lib/test/test_defaultdict.py
Lib/test/test_descr.py
Lib/test/test_descrtut.py
Lib/test/test_doctest.py
Lib/test/test_doctest3.txt
Lib/test/test_functools.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Lib/test/test_metaclass.py
Lib/test/test_pprint.py
Lib/test/test_reprlib.py
Lib/test/test_statistics.py
Lib/test/test_wsgiref.py
Lib/test/test_xmlrpc.py
Misc/NEWS
Objects/typeobject.c