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 yselivanov
Recipients gvanrossum, levkivskyi, yselivanov
Date 2016-09-08.18:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473358469.55.0.845074516128.issue27985@psf.upfronthosting.co.za>
In-reply-to
Content
Ivan, take a look at my patch - i've fixed the refleak.  It was in STORE_ANNOTATION opcode, you didn't DECREF `ann` consistently in all error branches.  Also, you should never "break" in ceval -- only "goto error" or "DISPATCH()"
History
Date User Action Args
2016-09-08 18:14:37yselivanovsetrecipients: + yselivanov, gvanrossum, levkivskyi
2016-09-08 18:14:29yselivanovsetmessageid: <1473358469.55.0.845074516128.issue27985@psf.upfronthosting.co.za>
2016-09-08 18:14:29yselivanovlinkissue27985 messages
2016-09-08 18:14:28yselivanovcreate