Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 796803
Collapse All | Expand All

(-)a/uvloop/includes/stdlib.pxi (-1 / +1 lines)
Lines 135-141 cdef int ssl_SSL_ERROR_WANT_READ = ssl.SSL_ERROR_WANT_READ Link Here
135
cdef int ssl_SSL_ERROR_WANT_WRITE = ssl.SSL_ERROR_WANT_WRITE
135
cdef int ssl_SSL_ERROR_WANT_WRITE = ssl.SSL_ERROR_WANT_WRITE
136
cdef int ssl_SSL_ERROR_SYSCALL = ssl.SSL_ERROR_SYSCALL
136
cdef int ssl_SSL_ERROR_SYSCALL = ssl.SSL_ERROR_SYSCALL
137
137
138
cdef uint64_t MAIN_THREAD_ID = <uint64_t><int64_t>threading.main_thread().ident
138
cdef uint64_t MAIN_THREAD_ID = <uint64_t>threading.main_thread().ident
139
cdef threading_Thread = threading.Thread
139
cdef threading_Thread = threading.Thread
140
140
141
cdef int subprocess_PIPE = subprocess.PIPE
141
cdef int subprocess_PIPE = subprocess.PIPE

Return to bug 796803