Commit cb3d4065 authored by bennorth's avatar bennorth Committed by Jason Rhinelander
Browse files

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.
parent 60526d46
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment