Fixed a segfault bug in the repr of extension class methods.
If self->meth is something other than a PyFunction, for example an ExtensionClass Method object, the blind cast breaks. The new code uses the string "(?)" if self->meth is not a function.
Showing
Please register or sign in to comment