This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 Omer.Katz
收信人 DazWorrall, Dima.Tisnek, Michele, Omer.Katz, Sophist, aconrad, alex, andrix, arigo, brian.curtin, carljm, coderanger, cool-RR, corona10, dabeaz, donaldjeo, durin42, eric.araujo, eric.smith, flox, gregory.p.smith, gvanrossum, hozn, jab, jcea, jhylton, jmehnle, karld, kevinwatters, konryd, larry, loewis, maartenbreddels, mahmoudimus, mark.dickinson, movement, ncoghlan, nirai, phsilva, pitrou, portante, rcohen, rh0dium, scoder, stuaxo, tarek, thouis, victorpoluceno, ysj.ray
日期 2022-03-21.20:26:39
SpamBayes Score -1.0
Marked as misclassified
Message-id <CAOZCFcBu2ymwVVrWZeCiyVYT2uann2CjbB3f7eG8ecxu4NRHVw@mail.gmail.com>
In-reply-to <1647887526.75.0.0516420221245.issue7946@roundup.psfhosted.org>
内容
I think that we should focus our efforts on removing the GIL, now that we
have a feasible solution for doing so without breaking anything (hopefully)
however the removal of the GIL is still far from being complete and will
need to be rebased upon the latest Python version to be merged.

This issue would probably hurt Celery since some users use it with a thread
pool and it uses a few threads itself but it seems like fixing it is too
much effort so if we were to invest a lot of effort, I'd focus on removing
the problem entirely.

Instead, I suggest we document this with a warning in the relevant place so
that people would know to avoid or workaround the problem entirely.

On Mon, Mar 21, 2022, 20:32 Guido van Rossum <report@bugs.python.org> wrote:

>
> Change by Guido van Rossum <guido@python.org>:
>
>
> ----------
> nosy: +gvanrossum
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue7946>
> _______________________________________
>
历史
日期 用户 动作 参数
2022-03-21 20:26:39Omer.Katz修改recipients: + Omer.Katz, gvanrossum, loewis, jhylton, arigo, gregory.p.smith, jcea, mark.dickinson, ncoghlan, pitrou, scoder, movement, larry, eric.smith, kevinwatters, tarek, karld, carljm, coderanger, phsilva, durin42, eric.araujo, nirai, alex, stuaxo, andrix, konryd, jab, brian.curtin, hozn, victorpoluceno, flox, DazWorrall, cool-RR, rh0dium, rcohen, dabeaz, mahmoudimus, portante, aconrad, ysj.ray, thouis, donaldjeo, Michele, jmehnle, Dima.Tisnek, corona10, Sophist, maartenbreddels
2022-03-21 20:26:39Omer.Katz链接issue7946 messages
2022-03-21 20:26:39Omer.Katz创建