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 pablogsal
Recipients gvanrossum, lukasz.langa, pablogsal, vstinner
Date 2019-02-01.14:12:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549030344.79.0.832169722363.issue35879@roundup.psfhosted.org>
In-reply-to
Content
From the duplicate (https://bugs.python.org/issue35881) :

After some hours of debugging, I have identified the (possible) cause of the majority of the refleaks. 

The type_comments created in ast.c with new_type_comment() never reaches 0 reference counts. This **seems** to be because the cleanup for the stmt_ty elements where the type_comments are included never call DECREF on these elements when destroyed unless I am missing something fundamental.
History
Date User Action Args
2019-02-01 14:12:25pablogsalsetrecipients: + pablogsal, gvanrossum, vstinner, lukasz.langa
2019-02-01 14:12:24pablogsalsetmessageid: <1549030344.79.0.832169722363.issue35879@roundup.psfhosted.org>
2019-02-01 14:12:24pablogsallinkissue35879 messages
2019-02-01 14:12:24pablogsalcreate