Message 351687 - Python tracker (original) (raw)

Message351687

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:52 vstinner set recipients: + vstinner, twouters, methane, serhiy.storchaka, jdemeyer, pablogsal
2019-09-10 14:50:52 vstinner set messageid: 1568127052.56.0.654784676404.issue33418@roundup.psfhosted.org
2019-09-10 14:50:52 vstinner link issue33418 messages
2019-09-10 14:50:52 vstinner create