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
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
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
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
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
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:
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
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
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)
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
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
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
12 matches
Mail list logo