Re: [pypy-dev] SSL version?

2013-05-09 Thread Armin Rigo
Hi Dan, On Fri, May 10, 2013 at 4:56 AM, Dan Stromberg wrote: > I get an error when trying to run pypy 2.0 on a Debian Wheezy system: ...oups, sorry, our 32-bit chrooted buildslave is Ubuntu 10.04, and not (as I thought first) a similar Debian 6 Squeeze. Fixed the links. So anyway, as we menti

[pypy-dev] SSL version?

2013-05-09 Thread Dan Stromberg
I get an error when trying to run pypy 2.0 on a Debian Wheezy system: dstromberg@deskie:~/src/home-svn/backshift/trunk$ /usr/local/pypy-2.0/bin/pypy /usr/local/pypy-2.0/bin/pypy: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory dstrom

Re: [pypy-dev] How can I make more readable the C code obtained from the PyPy translate

2013-05-09 Thread Armin Rigo
Hi Alex, On Thu, May 9, 2013 at 9:34 PM, RCU wrote: > I managed to write a few RPython programs and translate them with PyPy > translate. I'm sure you've read the usual warning: http://doc.pypy.org/en/latest/faq.html#do-i-have-to-rewrite-my-programs-in-rpython . This contains the implicit a

Re: [pypy-dev] How can I make more readable the C code obtained from the PyPy translate

2013-05-09 Thread Davide Del Vento
Disclaimer: this is just my opinion and I'm not a pypy developer. I don't think what you want exists in pypy and I don't think it would be useful. If you need to look at the generated C code (why?), you may probably want to look at cython. On 05/09/2013 01:34 PM, RCU wrote: Hello. I

Re: [pypy-dev] PyPy 2.0 - Einstein Sandwich

2013-05-09 Thread Felipe Cruz
Thanks Alex! great news! crongrats all! 2013/5/9 Alex Gaynor > cffi callbacks, as well as those in RPython (like those used by expat) > > Alex > > > On Thu, May 9, 2013 at 2:15 PM, Felipe Cruz wrote: > >> Hi Maciej! >> >> * Callbacks from C are now JITted, which means XML parsing is much faste

Re: [pypy-dev] PyPy 2.0 - Einstein Sandwich

2013-05-09 Thread Alex Gaynor
cffi callbacks, as well as those in RPython (like those used by expat) Alex On Thu, May 9, 2013 at 2:15 PM, Felipe Cruz wrote: > Hi Maciej! > > * Callbacks from C are now JITted, which means XML parsing is much faster. > > You mean, cffi callbacks? > > regards, > > > 2013/5/9 Maciej Fijalkowsk

Re: [pypy-dev] PyPy 2.0 - Einstein Sandwich

2013-05-09 Thread Felipe Cruz
Hi Maciej! * Callbacks from C are now JITted, which means XML parsing is much faster. You mean, cffi callbacks? regards, 2013/5/9 Maciej Fijalkowski > We're pleased to announce PyPy 2.0. This is a stable release that brings > a swath of bugfixes, small performance improvements and compatibil

[pypy-dev] How can I make more readable the C code obtained from the PyPy translate

2013-05-09 Thread RCU
Hello. I am new to PyPy. I managed to write a few RPython programs and translate them with PyPy translate. As a few others have noticed, as well, (see for example http://mail.python.org/pipermail/pypy-dev/2010-December/006616.html, http://grokbase.com/t/python/pypy-dev/124mqreh2r

[pypy-dev] PyPy bitbucket notifications

2013-05-09 Thread Michael Foord
At some point I was added to the pypy user on bitbucket. Ever since I've received a stream of notifications about the pypy repo being forked. In an effort to reduce these emails I clicked on the "manage notifications" link from one of these emails and unwatched all the pypy repos. It seems I've ma

Re: [pypy-dev] Killing OOType? (was Re: Translating pypy on FreeBSD with CLI backend)

2013-05-09 Thread Armin Rigo
Hi all, On Thu, May 9, 2013 at 10:01 AM, Antonio Cuni wrote: > Although I have an emotional feeling with that piece of code, I think that > Alex is right. I also tend to agree. Killing stuff that nobody seriously cares about is sad but good, particularly when it adds some otherwise-unnecessary

Re: [pypy-dev] Killing OOType? (was Re: Translating pypy on FreeBSD with CLI backend)

2013-05-09 Thread Antonio Cuni
On 05/08/2013 11:27 PM, Alex Gaynor wrote: I agree with this, the abstraction doesn't really work well right now, there's way too much code duplication. If we seriously want to have an lltype/ootype distinction this should be redone from scratch (IMO). Although I have an emotional feeling with