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
0088685d
Commit
0088685d
authored
Feb 22, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Picky pylint warning.
parent
6e3b7000
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/gevent/_ident.py
src/gevent/_ident.py
+3
-0
src/gevent/greenlet.pxd
src/gevent/greenlet.pxd
+1
-1
No files found.
src/gevent/_ident.py
View file @
0088685d
...
@@ -20,6 +20,9 @@ class ValuedWeakRef(ref):
...
@@ -20,6 +20,9 @@ class ValuedWeakRef(ref):
"""
"""
A weak ref with an associated value.
A weak ref with an associated value.
"""
"""
# This seems entirely spurious; even on Python 2.7
# weakref.ref descends from object
# pylint: disable=slots-on-old-class
__slots__
=
(
'value'
,)
__slots__
=
(
'value'
,)
...
...
src/gevent/greenlet.pxd
View file @
0088685d
...
@@ -97,7 +97,7 @@ cdef wait
...
@@ -97,7 +97,7 @@ cdef wait
cdef
iwait
cdef
iwait
cdef
reraise
cdef
reraise
cdef
InvalidSwitchError
cdef
InvalidSwitchError
cdef
IdentRegistry
ident_registry
@
cython
.
final
@
cython
.
final
@
cython
.
internal
@
cython
.
internal
...
...
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