Message394082
Apply attached debug_subtype_dealloc.patch to reproduce the issue on Linux with attached ref.py script:
$ ./python ref.py
exit
subtype_dealloc(_ABC): call basedealloc() with Py_REFCNT(type)=1
subtype_dealloc(_Precedence): call basedealloc() with Py_REFCNT(type)=1
subtype_dealloc(property): call basedealloc() with Py_REFCNT(type)=1
subtype_dealloc(FlagBoundary): call basedealloc() with Py_REFCNT(type)=1
LAST GC
Cycle.__del__
Cycle.__del__
subtype_dealloc(keyword): call basedealloc() with Py_REFCNT(type)=1
python: Objects/typeobject.c:1462: subtype_dealloc: Assertion `!_PyMem_IsPtrFreed(type->tp_name)' failed.
Abandon (core dumped) |
|
Date |
User |
Action |
Args |
2021-05-21 00:08:17 | vstinner | set | recipients:
+ vstinner, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower, Anthony Sottile, ammar2, pablogsal, erlendaasland, stestagg, shreyanavigyan |
2021-05-21 00:08:17 | vstinner | set | messageid: <1621555697.2.0.922268771367.issue44184@roundup.psfhosted.org> |
2021-05-21 00:08:17 | vstinner | link | issue44184 messages |
2021-05-21 00:08:16 | vstinner | create | |
|