Speed up cpdef method override checks also for Python subclasses with slots by...
Speed up cpdef method override checks also for Python subclasses with slots by assuming that slot attributes themselves never override type fields in the parent class (Python raises an error if you try). See #2313.
Showing
Please register or sign in to comment