Skip to content

Conversation

merll
Copy link

@merll merll commented Aug 14, 2014

Not all platform-dependent sockets provide makefile(). This can lead to the following exception:

AttributeError: '_socket.socket' object has no attribute 'makefile'

In order to improve compatibility, the response socket can be wrapped with the Python socket object.

@shin-
Copy link
Contributor

shin- commented Aug 22, 2014

Thanks! To clarify, is that a Windows compatibility issue?

@merll
Copy link
Author

merll commented Aug 22, 2014

Yes, I assume that this issue only occurs on Windows. On Mac OS X and Linux I could not reproduce it.

@merll
Copy link
Author

merll commented Sep 9, 2014

Rebased with new branch in #316.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants