pybind11/include
bennorth cb3d4065fe Fix refcounting for tp_base objects of new types (#950)
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.
2017-07-20 09:21:31 -04:00
..
pybind11 Fix refcounting for tp_base objects of new types (#950) 2017-07-20 09:21:31 -04:00