Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
67ed0c3a
Commit
67ed0c3a
authored
Jan 23, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use standard errno
parent
7a24cc11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/gevent/libev/corecext.ppyx
src/gevent/libev/corecext.ppyx
+1
-3
No files found.
src/gevent/libev/corecext.ppyx
View file @
67ed0c3a
...
...
@@ -27,6 +27,7 @@ from cpython.ref cimport Py_INCREF
from cpython.ref cimport Py_DECREF
from cpython.mem cimport PyMem_Malloc
from cpython.mem cimport PyMem_Free
from libc.errno cimport errno
cdef extern from "Python.h":
int Py_ReprEnter(object)
...
...
@@ -73,9 +74,6 @@ cdef extern from "callbacks.h":
void gevent_call(loop, callback)
void gevent_noop(libev.ev_loop, void*, int)
cdef extern from *:
int errno
cdef extern from "stathelper.c":
object _pystat_fromstructstat(void*)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment