Re: [pypy-dev] master thesis with pypy

2008-09-03 Thread Severin
safethread sound like something interesting. are there already any safthread ideas in pypy? In general, working on GILless ideas sounds more interesting than doing something on multiprocess framworks. It's a master thesis, that means there is room for experimental stuff, but in the end half a

Re: [pypy-dev] master thesis with pypy

2008-09-03 Thread Maciej Fijalkowski
On Wed, Sep 3, 2008 at 11:31 AM, Severin [EMAIL PROTECTED] wrote: safethread sound like something interesting. are there already any safthread ideas in pypy? In general, working on GILless ideas sounds more interesting than doing something on multiprocess framworks. It's a master thesis, that

Re: [pypy-dev] master thesis with pypy

2008-09-03 Thread Adam Olsen
On Wed, Sep 3, 2008 at 3:44 AM, Maciej Fijalkowski [EMAIL PROTECTED] wrote: On Wed, Sep 3, 2008 at 11:31 AM, Severin [EMAIL PROTECTED] wrote: safethread sound like something interesting. are there already any safthread ideas in pypy? In general, working on GILless ideas sounds more interesting

Re: [pypy-dev] translate.py failes

2008-09-03 Thread Vetoshkin Nikita
Playing with py.execnet failes too. Full traceback attached. P.S. Seens like a hard start with my trials in PyPy =) Armin Rigo wrote: Hi, On Thu, Aug 28, 2008 at 10:34:51PM +0600, Vetoshkin Nikita wrote: Is there a direction, where I could digg to help? Something to begin with. I don't have

Re: [pypy-dev] translate.py failes

2008-09-03 Thread Maciej Fijalkowski
I'm not completele sure what you're trying to do. Can you explain in a bit more detail? Also feel free to drop by on IRC for a live discussion. cheers, fijal On Wed, Sep 3, 2008 at 9:43 PM, Vetoshkin Nikita [EMAIL PROTECTED] wrote: Playing with py.execnet failes too. Full traceback attached.

Re: [pypy-dev] translate.py failes

2008-09-03 Thread Vetoshkin Nikita
Oh, sorry. Here are the details: launching pypy: ./pypy/bin/py.py then doing this: import py gw = py.execnet.PopenGateway() and getting that long long traceback. Machine: Gentoo Linux x64 Python 2.5.2 Would be glad to provide any useful information. I'm not very familiar with IRC, what is the

Re: [pypy-dev] translate.py failes

2008-09-03 Thread Carl Friedrich Bolz
Vetoshkin Nikita wrote: Playing with py.execnet failes too. Full traceback attached. It seems you are running py.execnet on py.py. Why? py.execnet is rather independent on PyPy and works fine on CPython. Cheers, Carl Friedrich ___

Re: [pypy-dev] translate.py failes

2008-09-03 Thread Carl Friedrich Bolz
Vetoshkin Nikita wrote: Thanks! I thought it should work on top of PyPy doesn't it? It probably should, but on py.py it is bound to be slow and I am not sure it works that on the remote site a py.py is started correctly. Anyway, if you work on py.execnet for helping the translation process then

[pypy-dev] Possible starting points

2008-09-03 Thread Calen Pennington
Hi, everybody, I've been intrigued by pypy for a while =, but haven't really been able to find a good place to start contributing on my own, so I was wondering if anyone had suggestions. As far as what I'm interested in, I'd really like to see pypy be more accessible to mainstream python users,