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 *:
|
cdef enum:
|
||||||
'''
|
__PREALLOCED_BUFS = 4
|
||||||
enum {__PREALLOCED_BUFS = 4};
|
|
||||||
'''
|
|
||||||
const bint __PREALLOCED_BUFS
|
|
||||||
|
|
||||||
|
|
||||||
@cython.no_gc_clear
|
@cython.no_gc_clear
|
||||||
|
|
Loading…
Reference in New Issue