We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enum
__PREALLOCED_BUFS
1 parent 2e8feae commit a61ed1fCopy full SHA for a61ed1f
uvloop/handles/stream.pyx
@@ -1,8 +1,5 @@
1
-cdef extern from *:
2
- '''
3
- enum {__PREALLOCED_BUFS = 4};
4
5
- const bint __PREALLOCED_BUFS
+cdef enum:
+ __PREALLOCED_BUFS = 4
6
7
8
@cython.no_gc_clear
0 commit comments