Generate short wrappers for special methods like "__next__()" to adapt their...
Generate short wrappers for special methods like "__next__()" to adapt their signature for the PyCFunction entry in PyMethodDef. Previously, their cast to a two-argument PyCFunction was incorrect. See #2363.
Showing
Please register or sign in to comment