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 Windson Yang, benjamin.peterson, davin, docs@python, mattip, ned.deily, pablogsal, pitrou, tzickel, vstinner, zach.ware
Date 2018-12-04.10:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543919563.34.0.788709270274.issue34172@psf.upfronthosting.co.za>
In-reply-to
Content
> that there is code in the stdlib that holdes reference between child and parent

Just to clarify: is not that is just code in the stdlib that keeps a reference between child and parent. The examples I have given are the exact same situation that we have here: the iterator object associated with another needs to keep its parent alive to work correctly.
History
Date User Action Args
2018-12-04 10:32:43pablogsalsetrecipients: + pablogsal, pitrou, vstinner, benjamin.peterson, ned.deily, docs@python, zach.ware, mattip, davin, tzickel, Windson Yang
2018-12-04 10:32:43pablogsalsetmessageid: <1543919563.34.0.788709270274.issue34172@psf.upfronthosting.co.za>
2018-12-04 10:32:43pablogsallinkissue34172 messages
2018-12-04 10:32:43pablogsalcreate