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 serhiy.storchaka
Recipients corona10, pablogsal, serhiy.storchaka, shihai1991, tim.peters, vstinner
Date 2020-04-07.17:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586280961.21.0.981951407608.issue40217@roundup.psfhosted.org>
In-reply-to
Content
Interesting, this issue may be related to issue24379. The problem with the proposed implementation of subscript was that it created a reference loop, and not all links in this loop were visible by GC.
History
Date User Action Args
2020-04-07 17:36:01serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, vstinner, corona10, pablogsal, shihai1991
2020-04-07 17:36:01serhiy.storchakasetmessageid: <1586280961.21.0.981951407608.issue40217@roundup.psfhosted.org>
2020-04-07 17:36:01serhiy.storchakalinkissue40217 messages
2020-04-07 17:36:01serhiy.storchakacreate