Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6463
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <wolfgang@rohdewald.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; '3.2': 0.05; 'received:localnet': 0.07; 'wrote:': 0.14; 'from:addr:rohdewald.de': 0.16; 'from:addr:wolfgang': 0.16; 'from:name:wolfgang rohdewald': 0.16; 'message-id:@rohdewald.de': 0.16; 'received:81.169.146.160': 0.16; 'received:91.62': 0.16; 'reply-to:addr:rohdewald.de': 0.16; 'reply-to:addr:wolfgang': 0.16; 'subject:GIL': 0.16; 'subject:alternative': 0.16; 'wolfgang': 0.16; "wouldn't": 0.17; 'marc': 0.19; 'header:In- Reply-To:1': 0.21; 'cc:2**0': 0.22; 'breaks': 0.23; 'skip:i 30': 0.29; 'received:mo-p00-ob.rzone.de': 0.30; 'to:addr:python-list': 0.33; 'too': 0.33; 'header:User-Agent:1': 0.35; 'charset:us- ascii': 0.36; 'but': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.62; 'header :Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; 'break.': 0.84; 'should,': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha1; c=relaxed/relaxed; t=1306581396; l=439; s=domk; d=rohdewald.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:In-Reply-To: References:Cc:Date:Subject:To:Reply-To:From:X-RZG-CLASS-ID:X-RZG-AUTH; bh=/HH81ooYLls1aGjrKA7lJNe0Jvs=; b=JkCSZW4Io2y7waPC5G+hpopo9TXuiCYuPZlewzpH4XUzoUMsNoCTYIx8rhK5D05fyy6 KMb7mEPL+V936OtcTDVh4nK+KQmggi1INW9texLWVm6Rcgp5G9jdQOK9V57LQCBPIa3JD eQEbHw+GmldmIeAW9qb/R9QpTyF+Y3YvEGU= |
| X-RZG-AUTH | :O2MIc0epdfgAjoV+frHI3UhxNCLBO5P+YS73lHhJYRD2uAuzaM+5N8MTperiLBI= |
| X-RZG-CLASS-ID | mo00 |
| From | Wolfgang Rohdewald <wolfgang@rohdewald.de> |
| To | python-list@python.org |
| Subject | Re: GIL in alternative implementations |
| Date | Sat, 28 May 2011 13:16:30 +0200 |
| User-Agent | KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.6.3; x86_64; ; ) |
| References | <4DE015EA.4040600@gmail.com> <mailman.2185.1306548406.9059.python-list@python.org> <mdt6b8-css.ln1@pluto.solar-empire.de> |
| In-Reply-To | <mdt6b8-css.ln1@pluto.solar-empire.de> |
| MIME-Version | 1.0 |
| Content-Type | Text/Plain; charset="us-ascii" |
| Content-Transfer-Encoding | 7bit |
| Cc | Marc Christiansen <usenet@solar-empire.de> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | wolfgang@rohdewald.de |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2189.1306581629.9059.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1306581629 news.xs4all.nl 49183 [::ffff:82.94.164.166]:52031 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:6463 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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