Message351687
> 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. |
|
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 | |
|