Re: [pypy-dev] work on libpypy.so

2011-08-20 Thread Maciej Fijalkowski
On Fri, Aug 19, 2011 at 12:54 PM, Roberto De Ioris wrote: > > Il giorno 25/lug/2011, alle ore 14:31, Armin Rigo ha scritto: > >> >> Indeed, there is nothing like that so far.  We need to think out the >> kind of C-level API which makes sense for libpypy.so to expose.  There >> are two options: eit

Re: [pypy-dev] work on libpypy.so

2011-08-19 Thread Roberto De Ioris
Il giorno 25/lug/2011, alle ore 14:31, Armin Rigo ha scritto: > > Indeed, there is nothing like that so far. We need to think out the > kind of C-level API which makes sense for libpypy.so to expose. There > are two options: either we tweak a little bit cpyext to expose the > CPython C API, or

Re: [pypy-dev] work on libpypy.so

2011-07-25 Thread Stefan Behnel
Armin Rigo, 25.07.2011 14:31: On Mon, Jul 25, 2011 at 1:42 PM, Roberto De Ioris wrote: We would like to start using PyPy, so our need is having a workable libpypy.so implementation (we do not need it to be compatible with CPython api, we can rewrite those parts, expecially in uWSGI, without prob

Re: [pypy-dev] work on libpypy.so

2011-07-25 Thread Amaury Forgeot d'Arc
Hi, 2011/7/25 Roberto De Ioris > > Hi everyone, my company has a bunch of C apps (mainly the uWSGI > application server container and a scriptable DNS server) embedding > CPython in their core. > > We would like to start using PyPy, so our need is having a workable > libpypy.so implementation (w

Re: [pypy-dev] work on libpypy.so

2011-07-25 Thread Armin Rigo
Hi Roberto, On Mon, Jul 25, 2011 at 1:42 PM, Roberto De Ioris wrote: > We would like to start using PyPy, so our need is having a workable > libpypy.so implementation (we do not need it to be compatible with CPython > api, we can rewrite those parts, expecially in uWSGI, without problems). Indee