Fix dynamic attribute inheritance in C++
`PyType_Ready` would usually perform the inheritance for us, but it can't adjust `tp_basicsize` appropriately.
Showing
Please register or sign in to comment
`PyType_Ready` would usually perform the inheritance for us, but it can't adjust `tp_basicsize` appropriately.