mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 07:51:47 +00:00
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.