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 vstinner
Recipients rhettinger, serhiy.storchaka, vstinner
Date 2020-12-02.23:53:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606953223.61.0.331843948549.issue42536@roundup.psfhosted.org>
In-reply-to
Content
> The GC is supposed to be able to break such cycle, no?

In zip_new(), lz->result tuple is *not* always tracked by the GC.
History
Date User Action Args
2020-12-02 23:53:43vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka
2020-12-02 23:53:43vstinnersetmessageid: <1606953223.61.0.331843948549.issue42536@roundup.psfhosted.org>
2020-12-02 23:53:43vstinnerlinkissue42536 messages
2020-12-02 23:53:43vstinnercreate