TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Is gevent holding you back from switching to Python 3?

3 点作者 jaddison大约 10 年前
On Python&#x27;s Wall of Shame&#x2F;Superpowers[0], gevent[1] is the module that prevents me from moving my Python&#x2F;Django web projects to Python 3.<p>For those of you who previously used gevent and have ported&#x2F;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&#x2F;gevent fork?<p>Note that there is a new project that hasn&#x27;t seen very much traction yet called guv[2] which aims to be a Python 3 gevent replacement. It&#x27;s quite early however.<p><pre><code> [0] https:&#x2F;&#x2F;python3wos.appspot.com&#x2F; [1] https:&#x2F;&#x2F;github.com&#x2F;gevent&#x2F;gevent [2] https:&#x2F;&#x2F;github.com&#x2F;veegee&#x2F;guv</code></pre>

1 comment

jaddison大约 10 年前
Clicky-links for those interested:<p><a href="https:&#x2F;&#x2F;python3wos.appspot.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;python3wos.appspot.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;gevent&#x2F;gevent" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gevent&#x2F;gevent</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;veegee&#x2F;guv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;veegee&#x2F;guv</a>