Created
March 13, 2013 16:14
-
-
Save munhitsu/5153686 to your computer and use it in GitHub Desktop.
How to confirm if gevent monkey patch works
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from gevent import socket as g_socket | |
assert g_socket.timeout == socket.timeout | |
print "gevent monkey patch for socket confirmed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment