class_support.h
23.4 KB
-
Fix refcounting for tp_base objects of new types (#950) · cb3d4065
To fix a difficult-to-reproduce segfault on Python interpreter exit, ensure that the tp_base field of a handful of new heap-types is counted as a reference to that base type object.
bennorth committed