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
d4d106ad
Commit
d4d106ad
authored
Jan 06, 2017
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
socketpair is not an __extension__ on python 3 because it doesn't come from socketcommon.
parent
72ebf4c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/gevent/_socket3.py
src/gevent/_socket3.py
+0
-2
No files found.
src/gevent/_socket3.py
View file @
d4d106ad
...
...
@@ -713,8 +713,6 @@ else:
# was successfully imported, leading to subsequent imports to cause
# ValueError
__implements__
.
remove
(
'socketpair'
)
if
'socketpair'
not
in
__extensions__
:
__extensions__
.
append
(
'socketpair'
)
# PyPy needs drop and reuse
...
...
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