Skip to content

Commit 0a61dd0

Browse files
committed
Enable free threading
1 parent 6c529f3 commit 0a61dd0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

selectolax/lexbor.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: freethreading_compatible = True
12
from libc.stdint cimport uint8_t, uint32_t, uintptr_t
23

34
cdef extern from "lexbor/core/core.h" nogil:

selectolax/parser.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# cython: freethreading_compatible = True
22
cdef extern from "myhtml/myhtml.h" nogil:
33
ctypedef unsigned int mystatus_t
44
ctypedef struct myhtml_t

0 commit comments

Comments
 (0)