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 benjamin.peterson, python-dev
Date 2016-08-16.05:05:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160816050528.22286.25035.82FE73F0@psf.io>
In-reply-to
Content
New changeset 4ca84a3e37d7 by Benjamin Peterson in branch '2.7':
do not decref value borrowed from list (closes #27774)
https://hg.python.org/cpython/rev/4ca84a3e37d7

New changeset cbf2a05648b3 by Benjamin Peterson in branch '3.3':
do not decref value borrowed from list (closes #27774)
https://hg.python.org/cpython/rev/cbf2a05648b3

New changeset 2e404ac88e0e by Benjamin Peterson in branch '3.4':
merge 3.3 (#27774)
https://hg.python.org/cpython/rev/2e404ac88e0e

New changeset 424cb9482974 by Benjamin Peterson in branch '3.5':
merge 3.4 (#27774)
https://hg.python.org/cpython/rev/424cb9482974

New changeset 64b0e0a29874 by Benjamin Peterson in branch 'default':
merge 3.5 (#27774)
https://hg.python.org/cpython/rev/64b0e0a29874
History
Date User Action Args
2016-08-16 05:05:31python-devsetrecipients: + python-dev, benjamin.peterson
2016-08-16 05:05:31python-devlinkissue27774 messages
2016-08-16 05:05:30python-devcreate