-
Stefan Behnel authored
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.
395cc677
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.