Re: Python ABI typeslots for buffer protocol
Still hoping a Python developer can weigh in on this or point me where to get this issue addressed. -- https://mail.python.org/mailman/listinfo/python-list
Python ABI typeslots for buffer protocol
Hello, I am trying to implement the buffer API for the JPype Python module. Unfortunately the required type slots (Py_bf_getbuffer, Py_bf_releasebuffer) are currently disabled due to the long since closed issue #10181. JPype is a bridge module between Java and Python and as such it is requir