mirror of https://github.com/MagicStack/uvloop.git
Use Cython `enum` for `__PREALLOCED_BUFS` (#634)
This commit is contained in:
parent
2e8feae2a6
commit
7bb12a1748
|
@ -1,8 +1,5 @@
|
|||
cdef extern from *:
|
||||
'''
|
||||
enum {__PREALLOCED_BUFS = 4};
|
||||
'''
|
||||
const bint __PREALLOCED_BUFS
|
||||
cdef enum:
|
||||
__PREALLOCED_BUFS = 4
|
||||
|
||||
|
||||
@cython.no_gc_clear
|
||||
|
|
Loading…
Reference in New Issue