Refactor instancemethod_descr_get() to (a) be more clear, (b) be safe
in the light of weird args, and (c) not to expect None (which is now changed to NULL by slot_tp_descr_get()).
Showing
Please register or sign in to comment
in the light of weird args, and (c) not to expect None (which is now changed to NULL by slot_tp_descr_get()).