pyo3
pyo3 copied to clipboard
Support subclassing from native types in abi3
Currently unsupported, because it depends on the base type layout. There should be ways to achieve this.
Note to self: I think that this might be possible on Python 3.10, where PyType_GetSlot can be safely used on native types to get tp_new etc (which is necessary during class instantiation).