test_methods_and_attributes.cpp
4.44 KB
-
Fix dynamic attribute inheritance in C++ · b8cb5ca7
`PyType_Ready` would usually perform the inheritance for us, but it can't adjust `tp_basicsize` appropriately.
Dean Moldovan committed
`PyType_Ready` would usually perform the inheritance for us, but it can't adjust `tp_basicsize` appropriately.