Future of Pypy?

Chris Angelico rosuav at gmail.com
Sun Feb 22 21:16:21 EST 2015


On Mon, Feb 23, 2015 at 1:04 PM, Paul Rubin <no.email at nospam.invalid> wrote:
>> if you're running single-thread code on a single-core machine and
>> still complaining about the GIL, you have no clue.
>
> Even the Raspberry Pi has 4 cores now, and fancy smartphones have had
> them for years.  Single core cpu's are specialized and/or historical.

Or virtual. I have a quad-core + hyperthreading CPU, but most of my
VMs (in fact, all except the one that runs a Python buildbot, I
think!) are restricted to a single core. If you rent a basic cheap
machine from a cloud provider, you'll quite possibly be getting a
single core, too.

ChrisA



More information about the Python-list mailing list