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 ncoghlan
Recipients Yury.Selivanov, asvetlov, benjamin.peterson, ncoghlan, pitrou
Date 2012-04-24.04:54:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335243268.13.0.492471464444.issue14369@psf.upfronthosting.co.za>
In-reply-to
Content
Another use case for a writeable __closure__ attribute is to make it possible to manually break reference cycles:
http://blog.ccpgames.com/kristjan/2012/04/23/reference-cycles-with-closures/
History
Date User Action Args
2012-04-24 04:54:28ncoghlansetrecipients: + ncoghlan, pitrou, benjamin.peterson, asvetlov, Yury.Selivanov
2012-04-24 04:54:28ncoghlansetmessageid: <1335243268.13.0.492471464444.issue14369@psf.upfronthosting.co.za>
2012-04-24 04:54:27ncoghlanlinkissue14369 messages
2012-04-24 04:54:27ncoghlancreate