Message384675
Ok, it's now fixed.
To make sure that a heap type can be deleted, it must by a GC type, has a traverse function, and it must track its instances. We should take this in account when we convert static types to heap types. In practice, deleting a type is mostly an issue when we check for reference leak and an instance is kept alive until the last GC collection, at the end of Py_EndInterpreter(). |
|
| Date |
User |
Action |
Args |
| 2021-01-08 14:49:29 | vstinner | set | recipients:
+ vstinner, corona10, miss-islington, erlendaasland |
| 2021-01-08 14:49:29 | vstinner | set | messageid: <[email protected]> |
| 2021-01-08 14:49:29 | vstinner | link | issue42866 messages |
| 2021-01-08 14:49:29 | vstinner | create | |
|