Skip to content

Commit 781683c

Browse files
committed
Add internal decorator to Stack class
This class won't be exposed at the module level.
1 parent 8ea3b1b commit 781683c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

selectolax/modest/node.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ DEF _ENCODING = 'UTF-8'
1111

1212

1313
@cython.final
14+
@cython.internal
1415
cdef class Stack:
1516
def __cinit__(self, size_t capacity=25):
1617
self.capacity = capacity

0 commit comments

Comments
 (0)