We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea3b1b commit 781683cCopy full SHA for 781683c
1 file changed
selectolax/modest/node.pxi
@@ -11,6 +11,7 @@ DEF _ENCODING = 'UTF-8'
11
12
13
@cython.final
14
+@cython.internal
15
cdef class Stack:
16
def __cinit__(self, size_t capacity=25):
17
self.capacity = capacity
0 commit comments