This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Kevin Modzelewski, mark.dickinson, python-dev, serhiy.storchaka
Date 2015-11-25.13:56:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151125135646.658.67282@psf.io>
In-reply-to
Content
New changeset d8e0b54ece62 by Serhiy Storchaka in branch '3.4':
Issue #24731: Fixed crash on converting objects with special methods
https://hg.python.org/cpython/rev/d8e0b54ece62

New changeset 80efe5cc8934 by Serhiy Storchaka in branch '3.5':
Issue #24731: Fixed crash on converting objects with special methods
https://hg.python.org/cpython/rev/80efe5cc8934

New changeset 1c4d256cc370 by Serhiy Storchaka in branch 'default':
Issue #24731: Fixed crash on converting objects with special methods
https://hg.python.org/cpython/rev/1c4d256cc370

New changeset 37158c067b25 by Serhiy Storchaka in branch '2.7':
Issue #24731: Fixed crash on converting objects with special methods
https://hg.python.org/cpython/rev/37158c067b25
History
Date User Action Args
2015-11-25 13:56:50python-devsetrecipients: + python-dev, mark.dickinson, serhiy.storchaka, Kevin Modzelewski
2015-11-25 13:56:49python-devlinkissue24731 messages
2015-11-25 13:56:49python-devcreate