Commit 2a91456c authored by Denis Bilenko's avatar Denis Bilenko

add test for issue #112: threading._sleep is not patched if it had already been imported

parent d9e35429
import threading
import gevent.monkey
gevent.monkey.patch_all()
import gevent
assert threading._sleep is gevent.sleep, threading._sleep
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