On Python's Wall of Shame/Superpowers[0], gevent[1] is the module that prevents me from moving my Python/Django web projects to Python 3.<p>For those of you who previously used gevent and have ported/migrated Python web projects to Python 3, have you simply refactored out gevent in favour of synchronous or asyncio-based code? Or have you found a good replacement/gevent fork?<p>Note that there is a new project that hasn't seen very much traction yet called guv[2] which aims to be a Python 3 gevent replacement. It's quite early however.<p><pre><code> [0] https://python3wos.appspot.com/
[1] https://github.com/gevent/gevent
[2] https://github.com/veegee/guv</code></pre>
Clicky-links for those interested:<p><a href="https://python3wos.appspot.com/" rel="nofollow">https://python3wos.appspot.com/</a><p><a href="https://github.com/gevent/gevent" rel="nofollow">https://github.com/gevent/gevent</a><p><a href="https://github.com/veegee/guv" rel="nofollow">https://github.com/veegee/guv</a>