Message334271
Heap-allocated Types initializing instances through `PyObject_{,GC}_New{Var}` will *NOT* not have their refcnt increased. This was totally fine under the assumption that static types are immortal. However, heap-allocated types MUST participate in refcounting. Furthermore, their deallocation routine should also make sure to decrease their refcnt to provide the incref/decref pair. |
|
| Date |
User |
Action |
Args |
| 2019-01-23 20:35:56 | eelizondo | set | recipients:
+ eelizondo |
| 2019-01-23 20:35:52 | eelizondo | set | messageid: <1548275752.94.0.463880453345.issue35810@roundup.psfhosted.org> |
| 2019-01-23 20:35:52 | eelizondo | link | issue35810 messages |
| 2019-01-23 20:35:52 | eelizondo | create | |
|