Re: Does Python Need Virtual Threads? (Posting On Python-List Prohibited)

Paul Rubin <[email protected]> Sun, 15 Jun 2025 13:24:56 -0700
Newsgroups comp.lang.python
Organization A noiseless patient Spider
Message-ID <[email protected]>
Lawrence D'Oliveiro <[email protected]> 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.