Re: [pypy-dev] I would like it if...

2012-12-21 Thread Amaury Forgeot d'Arc
2012/12/21 Thomas > PyPy Team: > > Could you figure out how to make PyPy support Pygame (www.pygame.org)? > I am trying, but having no luck so far. > At some point (one year ago?) I had pygame run on pypy for sure. Did you try compiling pygame with pypy as the Python interpreter? -- Amaury For

Re: [pypy-dev] Await-keyword

2012-12-21 Thread Armin Rigo
Hi Jonathan, On Thu, Dec 20, 2012 at 11:11 PM, Benjamin Peterson wrote: > 2012/12/20 Jonathan Slenders : >> Personally, I think this is a very clean solution for Twisted's >> @defer.inlineCalbacks, Tornado's @gen.engine, and similar functions in other >> async frameworks. >> >> Just sharing this

Re: [pypy-dev] Await-keyword

2012-12-21 Thread holger krekel
On Fri, Dec 21, 2012 at 10:05 +0100, Armin Rigo wrote: > Hi Jonathan, > > On Thu, Dec 20, 2012 at 11:11 PM, Benjamin Peterson > wrote: > > 2012/12/20 Jonathan Slenders : > >> Personally, I think this is a very clean solution for Twisted's > >> @defer.inlineCalbacks, Tornado's @gen.engine, and si

Re: [pypy-dev] I would like it if...

2012-12-21 Thread Simon Cross
On Fri, Dec 21, 2012 at 10:56 AM, Amaury Forgeot d'Arc wrote: > At some point (one year ago?) I had pygame run on pypy for sure. > Did you try compiling pygame with pypy as the Python interpreter? Are you sure? In October 2012 CTPUG sprinted on getting pygame running under pypy [1] and encountere

Re: [pypy-dev] I have a question...

2012-12-21 Thread Armin Rigo
Hi all, On Fri, Dec 21, 2012 at 8:10 AM, Matti Picus wrote: > Could someone with superpowers please replace the package at > https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-win32.zip > and fix the md5 checksum at http://www.pypy.org/download.html ? Done. Thanks for your ongoing work on

Re: [pypy-dev] a question about pypy-sandbox

2012-12-21 Thread Armin Rigo
Hi Zhoucan. On Fri, Dec 21, 2012 at 8:15 AM, 周灿 wrote: > But i feel puzzled pypy sandbox is not compatible with all the standard > libs(such as threading), since pypy does not allow interperter to load > native C modules. There is some confusion here. The regular PyPy (no sandbox) comes with:

Re: [pypy-dev] a question about pypy-sandbox

2012-12-21 Thread Jonathan Slenders
Jep, threading would be really hard to do. Especially given that we are serializing system calls through the stdin/out. A blocking system call in the hypervisor process would make it impossible to switch to another thread. (unless you decide to still execute until the next system call in the other

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-21 Thread holger krekel
Hi all, as to migrating speed.pypy.org, how is it related to speed.python.org? just stumbled over a thread discussing the latter here: http://mail.python.org/pipermail/speed/2012-October/000224.html There is even an (empty) instance running setup by Miquel Torres (the author of codespeed, th

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-21 Thread Maciej Fijalkowski
On Fri, Dec 21, 2012 at 4:11 PM, holger krekel wrote: > Hi all, > > as to migrating speed.pypy.org, how is it related to speed.python.org? > just stumbled over a thread discussing the latter here: > > http://mail.python.org/pipermail/speed/2012-October/000224.html > > There is even an (empty)

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-21 Thread holger krekel
On Fri, Dec 21, 2012 at 16:13 +0200, Maciej Fijalkowski wrote: > On Fri, Dec 21, 2012 at 4:11 PM, holger krekel wrote: > > Hi all, > > > > as to migrating speed.pypy.org, how is it related to speed.python.org? > > just stumbled over a thread discussing the latter here: > > > > http://mail.pyth

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-21 Thread Maciej Fijalkowski
On Fri, Dec 21, 2012 at 4:56 PM, holger krekel wrote: > On Fri, Dec 21, 2012 at 16:13 +0200, Maciej Fijalkowski wrote: >> On Fri, Dec 21, 2012 at 4:11 PM, holger krekel wrote: >> > Hi all, >> > >> > as to migrating speed.pypy.org, how is it related to speed.python.org? >> > just stumbled over a t

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-21 Thread Miquel Torres
Btw., count on me to help at least by deploying Codespeed to another machine. Just ping me when a VM is ready... 2012/12/21 Maciej Fijalkowski > On Fri, Dec 21, 2012 at 4:56 PM, holger krekel wrote: > > On Fri, Dec 21, 2012 at 16:13 +0200, Maciej Fijalkowski wrote: > >> On Fri, Dec 21, 2012 at