Commit d4d106ad authored by Jason Madden's avatar Jason Madden

socketpair is not an __extension__ on python 3 because it doesn't come from socketcommon.

parent 72ebf4c2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment