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 gvanrossum
Recipients gvanrossum, lukasz.langa, pablogsal
Date 2019-02-01.19:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549049771.73.0.042476634749.issue35879@roundup.psfhosted.org>
In-reply-to
Content
> ast2obj_string increments it once and the setattr does it again and then there is only one Py_DECREF.

Actually I don't understand how this is the leak. Adding another Py_DECREF(value) causes an immediate crash. I've been trying to follow other paths but haven't found the root yet.
History
Date User Action Args
2019-02-01 19:36:13gvanrossumsetrecipients: + gvanrossum, lukasz.langa, pablogsal
2019-02-01 19:36:11gvanrossumsetmessageid: <1549049771.73.0.042476634749.issue35879@roundup.psfhosted.org>
2019-02-01 19:36:11gvanrossumlinkissue35879 messages
2019-02-01 19:36:11gvanrossumcreate