Changed code to support older Python versions
This commit is contained in:
parent
eb92d2d36f
commit
582458cdd0
5027 changed files with 794942 additions and 4 deletions
8
venv/lib/python3.11/site-packages/uvloop/request.pxd
Normal file
8
venv/lib/python3.11/site-packages/uvloop/request.pxd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
cdef class UVRequest:
|
||||
cdef:
|
||||
uv.uv_req_t *request
|
||||
bint done
|
||||
Loop loop
|
||||
|
||||
cdef on_done(self)
|
||||
cdef cancel(self)
|
||||
Loading…
Add table
Add a link
Reference in a new issue