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 jdemeyer, methane, pablogsal, serhiy.storchaka, twouters, vstinner
Date 2019-09-10.14:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568127052.56.0.654784676404.issue33418@roundup.psfhosted.org>
In-reply-to
Content
> But I am worrying about func.func_closure.  Can it create cyclic reference in real life applications?

remove.__closure__ is part of a reference cycle in bpo-38006.

I like func_clear() (which is still implemented in the master branch), but we need to understand why/how it was possible *crash Python* in bpo-38006.
History
Date User Action Args
2019-09-10 14:50:52vstinnersetrecipients: + vstinner, twouters, methane, serhiy.storchaka, jdemeyer, pablogsal
2019-09-10 14:50:52vstinnersetmessageid: <1568127052.56.0.654784676404.issue33418@roundup.psfhosted.org>
2019-09-10 14:50:52vstinnerlinkissue33418 messages
2019-09-10 14:50:52vstinnercreate