Загрузить файлы в «venv/Lib/site-packages/httptools/parser»

This commit is contained in:
2026-07-02 18:32:34 +00:00
parent dc7032e5c1
commit 2d0083c891
4 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cimport cpython
cdef extern from "Python.h":
cpython.Py_buffer* PyMemoryView_GET_BUFFER(object)
bint PyMemoryView_Check(object)