Fix Py_ssize_t/Py_ssize_t* issues in buffer API signatures by renaming
format_map['Z'] => format_map['z'] to make room for a new Z=>Py_ssize_t*. Also update existing uses of Z in TypeSlots.py and Builtin.py and delete no longer needed "get"-prefixed versions of readbufferproc & friends.
Showing
Please register or sign in to comment