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
92a55f75
Commit
92a55f75
authored
Oct 10, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
return the value. d'oh.
parent
7636521f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
323 additions
and
0 deletions
+323
-0
doc/whatsnew_1_2.rst
doc/whatsnew_1_2.rst
+322
-0
src/gevent/__init__.py
src/gevent/__init__.py
+1
-0
No files found.
doc/whatsnew_1_2.rst
0 → 100644
View file @
92a55f75
This diff is collapsed.
Click to expand it.
src/gevent/__init__.py
View file @
92a55f75
...
@@ -89,6 +89,7 @@ class _signal_metaclass(type):
...
@@ -89,6 +89,7 @@ class _signal_metaclass(type):
# reloading because os.path.abspath blows up on None.
# reloading because os.path.abspath blows up on None.
# It gracefully handles an AttributeError, though.
# It gracefully handles an AttributeError, though.
raise
AttributeError
(
name
)
raise
AttributeError
(
name
)
return
val
def
__setattr__
(
cls
,
name
,
value
):
def
__setattr__
(
cls
,
name
,
value
):
# For symmetry with getattr and dir, pass all
# For symmetry with getattr and dir, pass all
...
...
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