We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c529f3 commit 0a61dd0Copy full SHA for 0a61dd0
2 files changed
selectolax/lexbor.pxd
@@ -1,3 +1,4 @@
1
+# cython: freethreading_compatible = True
2
from libc.stdint cimport uint8_t, uint32_t, uintptr_t
3
4
cdef extern from "lexbor/core/core.h" nogil:
selectolax/parser.pxd
@@ -1,4 +1,4 @@
-
cdef extern from "myhtml/myhtml.h" nogil:
ctypedef unsigned int mystatus_t
ctypedef struct myhtml_t
0 commit comments