Message394541
So it seems like the weakref list (__weaklistoffset__) doesn't have to be handled by visit, clear or free functions, it only has to be deallocated with PyObject_ClearWeakRefs() in the dealloc function.
I noticed that when reviewing partial_clear(partialobject *pto) in PR 26363. |
|
| Date |
User |
Action |
Args |
| 2021-05-27 13:56:19 | vstinner | set | recipients:
+ vstinner, nascheme, ncoghlan, christian.heimes, corona10, pablogsal, miss-islington, shihai1991, erlendaasland, kj |
| 2021-05-27 13:56:19 | vstinner | set | messageid: <[email protected]> |
| 2021-05-27 13:56:19 | vstinner | link | issue42972 messages |
| 2021-05-27 13:56:19 | vstinner | create | |
|