Re: [pypy-dev] cpyext performance

2012-08-30 Thread Armin Rigo
Hi Stefan, On Wed, Aug 29, 2012 at 10:29 PM, Stefan Behnel wrote: >> Ok, so where would this have to be done? Is there a way to implement it >> generically in that ubiquitous space.wrap() kind of call (whatever that >> does internally), or would it have to be done explicitly whenever objects >> p

Re: [pypy-dev] cpyext performance

2012-08-30 Thread Stefan Behnel
Hi Armin, Armin Rigo, 30.08.2012 09:10: > On Wed, Aug 29, 2012 at 10:29 PM, Stefan Behnel wrote: >>> Ok, so where would this have to be done? Is there a way to implement it >>> generically in that ubiquitous space.wrap() kind of call (whatever that >>> does internally), or would it have to be done

Re: [pypy-dev] cpyext performance

2012-08-30 Thread Armin Rigo
Hi Stefan, On Thu, Aug 30, 2012 at 10:06 AM, Stefan Behnel wrote: > This may not even be that hard to do, but it's unlikely that I'll give this > a try myself. The turn-over times of building PyPy for an hour or so on a > remote machine (RAM!) for most non-trivial changes are just way too long to

[pypy-dev] pymongo compatibility broken with version 2.3

2012-08-30 Thread Jan Riechers
Hello, I know this is not particular subject for this mailing list, but this info might help someone else using pymongo for mongodb with pypy. --- Latest release of the mongodb driver, pymongo (version 2.3, off 29th, August) does not work anymore with Pypy 1.9 and fails to start up with som

Re: [pypy-dev] pymongo compatibility broken with version 2.3

2012-08-30 Thread Maciej Fijalkowski
On Thu, Aug 30, 2012 at 12:45 PM, Jan Riechers wrote: > Hello, > > I know this is not particular subject for this mailing list, but this info > might help someone else using pymongo for mongodb with pypy. > > --- > > Latest release of the mongodb driver, pymongo (version 2.3, off 29th, > August) d

Re: [pypy-dev] pymongo compatibility broken with version 2.3

2012-08-30 Thread Amaury Forgeot d'Arc
2012/8/30 Jan Riechers : > (env) D:\gg_webdev>pypy dbskin.py > Fatal Python error: PyThreadState_Get: no current thread This error message does not appear anywhere in pypy code, it certainly comes from CPython... This message is typical of an extension module that was not recompiled for pypy; it

Re: [pypy-dev] pymongo compatibility broken with version 2.3

2012-08-30 Thread Jan Riechers
On 30.08.2012 15:25, Amaury Forgeot d'Arc wrote: 2012/8/30 Jan Riechers : (env) D:\gg_webdev>pypy dbskin.py Fatal Python error: PyThreadState_Get: no current thread This error message does not appear anywhere in pypy code, it certainly comes from CPython... This message is typical of an exten

[pypy-dev] pypy android

2012-08-30 Thread Wiktor Mizdal
Hi, does Pypy for Android require root Android version? Wiktor Mizdal ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] pypy android

2012-08-30 Thread Maciej Fijalkowski
On Thu, Aug 30, 2012 at 9:43 PM, Wiktor Mizdal wrote: > Hi, > > does Pypy for Android require root Android version? > > > Wiktor Mizdal Is there such a thing as pypy for android in the first place? ___ pypy-dev mailing list pypy-dev@python.org http://ma