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 methane
Recipients josh.r, methane, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-12-26.09:51:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482745871.56.0.589911979103.issue29049@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems to me, that the part with Py_DECREF should be pushed to older branches.

PyCoro_New() and PyGen_NewWithQualName() steals f reference, and DECREF when error.
So Py_DECREF is not needed when (gen == NULL). My patch was wrong.
History
Date User Action Args
2016-12-26 09:51:11methanesetrecipients: + methane, vstinner, python-dev, serhiy.storchaka, josh.r, xiang.zhang
2016-12-26 09:51:11methanesetmessageid: <1482745871.56.0.589911979103.issue29049@psf.upfronthosting.co.za>
2016-12-26 09:51:11methanelinkissue29049 messages
2016-12-26 09:51:11methanecreate