Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6463

Re: GIL in alternative implementations

From Wolfgang Rohdewald <wolfgang@rohdewald.de>
Subject Re: GIL in alternative implementations
Date 2011-05-28 13:16 +0200
References <4DE015EA.4040600@gmail.com> <mailman.2185.1306548406.9059.python-list@python.org> <mdt6b8-css.ln1@pluto.solar-empire.de>
Newsgroups comp.lang.python
Message-ID <mailman.2189.1306581629.9059.python-list@python.org> (permalink)

Show all headers | View raw


On Samstag 28 Mai 2011, Marc Christiansen wrote:
> And I wouldn't rely on 3.2
> not to break.

it breaks too like it should, but only rarely
like one out of 10 times

i5:/pub/src/gitgames/kajongg/src$ python3.2 test.py 
1000000
i5:/pub/src/gitgames/kajongg/src$ python3.2 test.py 
1000000
i5:/pub/src/gitgames/kajongg/src$ python3.2 test.py 
980000
i5:/pub/src/gitgames/kajongg/src$ python3.2 test.py 
1000000


-- 
Wolfgang

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: GIL in alternative implementations Daniel Kluev <dan.kluev@gmail.com> - 2011-05-28 13:06 +1100
  Re: GIL in alternative implementations Marc Christiansen <usenet@solar-empire.de> - 2011-05-28 11:55 +0200
    Re: GIL in alternative implementations Wolfgang Rohdewald <wolfgang@rohdewald.de> - 2011-05-28 13:16 +0200
  Re: GIL in alternative implementations John Nagle <nagle@animats.com> - 2011-05-28 09:39 -0700
    Re: GIL in alternative implementations Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-05-28 17:05 +0000
      Re: GIL in alternative implementations "Gabriel Genellina" <gagsl-py2@yahoo.com.ar> - 2011-06-07 01:03 -0300
        Re: GIL in alternative implementations Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-07 07:09 +0000
        Re: GIL in alternative implementations Jean-Paul Calderone <calderone.jeanpaul@gmail.com> - 2011-06-07 05:07 -0700

csiph-web