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 python-dev, serhiy.storchaka, vstinner, yselivanov, ztane
Date 2016-08-19.16:00:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160819160000.24254.3245.925F88A8@psf.io>
In-reply-to
Content
New changeset 2da6dc1c30d8 by Victor Stinner in branch 'default':
contains and rich compare slots use fast call
https://hg.python.org/cpython/rev/2da6dc1c30d8

New changeset 2d4d40da2aba by Victor Stinner in branch '3.5':
Fix a refleak in call_method()
https://hg.python.org/cpython/rev/2d4d40da2aba

New changeset 5b1ed48aedef by Victor Stinner in branch '2.7':
Fix a refleak in call_method()
https://hg.python.org/cpython/rev/5b1ed48aedef

New changeset df4efc23ab18 by Victor Stinner in branch '3.5':
Fix a refleak in call_maybe()
https://hg.python.org/cpython/rev/df4efc23ab18

New changeset 7669fb39a9ce by Victor Stinner in branch '2.7':
Fix a refleak in call_maybe()
https://hg.python.org/cpython/rev/7669fb39a9ce
History
Date User Action Args
2016-08-19 16:00:05python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka, yselivanov, ztane
2016-08-19 16:00:05python-devlinkissue27128 messages
2016-08-19 16:00:04python-devcreate