IronPython 和 Jython 是否与 CPython 存在相同的 GIL 问题?

发布于 2024-08-18 15:26:50 字数 113 浏览 3 评论 0原文

我读到了有关 CPython 和 CPU 绑定线程以及 GIL 的问题以及 Python 3.2 中的一些更改。

IronPython 和 Jython 也有同样的问题吗?

谢谢

I read about the problems with CPython and CPU bound threads and the GIL and some changes in Python 3.2.

Do IronPython and Jython have this same problem?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光礼记 2024-08-25 15:26:50

不,两者都没有 GIL。

请参阅之前关于 Jython 的回答和我ronPython 维基页面

No, neither have a GIL at all.

See previous answer about Jython and IronPython wiki page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文