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
bb1d6c99
Commit
bb1d6c99
authored
Nov 02, 2019
by
Jason Madden
Committed by
GitHub
Nov 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1475 from aathan/master
corrected a typo in comments
parents
4f269628
139321eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/gevent/_greenlet.pxd
src/gevent/_greenlet.pxd
+1
-1
No files found.
src/gevent/_greenlet.pxd
View file @
bb1d6c99
...
...
@@ -23,7 +23,7 @@ cdef extern from "greenlet/greenlet.h":
# going through the overhead of generic attribute lookup.
cdef
void
*
parent
# These are actually macros and so mu
ch
be included
# These are actually macros and so mu
st
be included
# (defined) in each .pxd, as are the two functions
# that call them.
greenlet
PyGreenlet_GetCurrent
()
...
...
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