Files
chat/venv/lib/python3.12/site-packages/httptools/parser/python.pxd
Andrew K. Choi ddce9f5125
All checks were successful
continuous-integration/drone/push Build is passing
Major fixes and new features
2025-09-25 15:51:48 +09:00

7 lines
138 B
Cython

cimport cpython
cdef extern from "Python.h":
cpython.Py_buffer* PyMemoryView_GET_BUFFER(object)
bint PyMemoryView_Check(object)