[issue27498] Regression in repr() of class object

2021-08-17 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -26016 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue27498] Regression in repr() of class object

2021-07-30 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +26016 pull_request: https://github.com/python/cpython/pull/27498 ___ Python tracker ___ ___

[issue27498] Regression in repr() of class object

2016-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f11e6b72e8f by Benjamin Peterson in branch 'default': Backed out changeset af29d89083b3 (closes #25548) (closes #27498) https://hg.python.org/cpython/rev/4f11e6b72e8f -- nosy: +ned.deily, python-dev resolution: -> fixed stage: -> resolved

[issue27498] Regression in repr() of class object

2016-07-13 Thread Emanuel Barry
Changes by Emanuel Barry : -- nosy: +ebarry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue27498] Regression in repr() of class object

2016-07-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue27498] Regression in repr() of class object

2016-07-12 Thread Ned Deily
Changes by Ned Deily : -- priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue27498] Regression in repr() of class object

2016-07-12 Thread Tim Graham
Changes by Tim Graham : -- nosy: +Tim.Graham ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue27498] Regression in repr() of class object

2016-07-12 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +kushal.das ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue27498] Regression in repr() of class object

2016-07-12 Thread Ethan Furman
Ethan Furman added the comment: This change was done in issue25548. -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list

[issue27498] Regression in repr() of class object

2016-07-12 Thread R. David Murray
Changes by R. David Murray : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue27498] Regression in repr() of class object

2016-07-12 Thread Guido van Rossum
New submission from Guido van Rossum: In Python 3.6, the repr() of a class includes its memory address. This is going to cause a lot of problems for tests in 3rd party code that expects the nice and clean instead of . I understand the desire to provide more clarity in case somehow two class