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 Eric.Wieser
Recipients Eric.Wieser, ocean-city, pitrou
Date 2018-02-19.08:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519029222.6.0.467229070634.issue4921@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be possible for function self-reference cell vars to be weak references?

This wouldn't solve the issue for co-recursive inner functions, but would at least prevent reference cycles for the more common case of simple recursive functions.
History
Date User Action Args
2018-02-19 08:33:42Eric.Wiesersetrecipients: + Eric.Wieser, pitrou, ocean-city
2018-02-19 08:33:42Eric.Wiesersetmessageid: <1519029222.6.0.467229070634.issue4921@psf.upfronthosting.co.za>
2018-02-19 08:33:42Eric.Wieserlinkissue4921 messages
2018-02-19 08:33:42Eric.Wiesercreate