Message350983
Using gdb, I checked if func_clear() can be cleared outside func_dealloc(): yes, delete_garbage() (gcmodule.c) calls type->clear(). But I'm surprised that the function would be seen as "unreachable" if it's reference counter was equal to 135:
(gdb) print func.ob_refcnt
$32 = 135 |
|
| Date |
User |
Action |
Args |
| 2019-09-02 11:08:05 | vstinner | set | recipients:
+ vstinner, christian.heimes, petr.viktorin, lukasz.langa, Mark.Shannon, jdemeyer |
| 2019-09-02 11:08:05 | vstinner | set | messageid: <[email protected]> |
| 2019-09-02 11:08:05 | vstinner | link | issue38006 messages |
| 2019-09-02 11:08:05 | vstinner | create | |
|