Sujet : Re: Does Python Need Virtual Threads? (Posting On Python-List Prohibited)
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.pythonDate : 15. Jun 2025, 21:24:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87tt4g21nr.fsf@nightsong.com>
References : 1 2 3 4 5
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Lawrence D'Oliveiro <
ldo@nz.invalid> writes:
Remember, Python’s threads are OS threads. If you’re thinking “expensive”,
you must be assuming “Microsoft Windows”.
Let's see how CPython holds up with a million OS threads running. Even
being able to disable the GIL and use more than one core is very recent.