Re: [pypy-dev] Integrating CPython and PyPy, maybe

2013-12-03 Thread Davide Del Vento
Hi Armin, Let me try to state a possible goal: Allow PyPy to become "exactly" drop-in replacement for CPython not just the current "almost", by using CPython itself for the things that don't work in PyPy Thank you for stating this ambitious goal that I could not have thought about myself.

Re: [pypy-dev] Integrating CPython and PyPy, maybe

2013-12-03 Thread Armin Rigo
Hi Davide, On Tue, Dec 3, 2013 at 9:24 PM, Davide Del Vento wrote: > Let me try to state a possible goal: > > Allow PyPy to become "exactly" drop-in replacement for CPython not just the > current "almost", by using CPython itself for the things that don't work in > PyPy Thank you for stating th

Re: [pypy-dev] Integrating CPython and PyPy, maybe

2013-12-03 Thread Davide Del Vento
Yes it does sound like a cool hack to me. Let me try to state a possible goal: Allow PyPy to become "exactly" drop-in replacement for CPython not just the current "almost", by using CPython itself for the things that don't work in PyPy Regards, Davide Del Vento, On 12/03/2013 01:10 PM, Armi

[pypy-dev] Integrating CPython and PyPy, maybe

2013-12-03 Thread Armin Rigo
Hi all, Starting from last night, the nightly builds of PyPy are able to run this kind of code: http://bpaste.net/show/155166/ (You have to adjust the libpython2.x.so path manually.) The idea is to link in the libpython.so, using cffi. Then you can use it much like you would in C. For example

Re: [pypy-dev] Pluggable HTM

2013-12-03 Thread Armin Rigo
Hi Dimitri, On Wed, Nov 27, 2013 at 9:17 AM, Dimitri Vorona wrote: > the original STM proposal spoke of HTM as of a thing of a far future. Now, > Haswells are out and provide built-in HTM support in form of TSX. In the > near future I expect more and more systems to have it. > > Are there plan to

Re: [pypy-dev] clarification cffi vs _ffi_ vs _ffi vs libffi vs _rawffi vs rffi

2013-12-03 Thread Dima Tisnek
Amaury, thanks, this is exactly the kind of example I was looking for! On 3 December 2013 16:57, Amaury Forgeot d'Arc wrote: > 2013/12/2 Ryan Gonzalez >> >> Check the _tkinter and _sqlite3 modules. > > > But they don't do advanced reference management, even if > _tkinter/tclobj.py has some calls

Re: [pypy-dev] clarification cffi vs _ffi_ vs _ffi vs libffi vs _rawffi vs rffi

2013-12-03 Thread Amaury Forgeot d'Arc
2013/12/2 Ryan Gonzalez > Check the _tkinter and _sqlite3 modules. > But they don't do advanced reference management, even if _tkinter/tclobj.py has some calls to Tcl_IncrRefCount() and Tcl_DecrRefCount(). The lxml module has interesting code to manage cross-references between C and Python. I'm

Re: [pypy-dev] PyPy3 release?

2013-12-03 Thread Bengt Richter
On 12/03/2013 03:42 AM Philip Jenvey wrote: On Dec 2, 2013, at 3:13 PM, Antonio Cuni wrote: On 02/12/13 21:08, Philip Jenvey wrote: It's a bit weird w/ PyPy3 and PyPy sharing the version numbering scheme, at least for now, since it implies the release schedules are tied together. Maybe the

Re: [pypy-dev] Hi, do you consider accepting bitcoins?

2013-12-03 Thread Maciej Fijalkowski
No, we don't accept bitcoins as of now. You can still donate using paypal though. On Tue, Dec 3, 2013 at 12:55 PM, Fahd Mokaddem wrote: > > > ___ > pypy-dev mailing list > pypy-dev@python.org > https://mail.python.org/mailman/listinfo/pypy-dev > ___

Re: [pypy-dev] Hi, do you consider accepting bitcoins?

2013-12-03 Thread Fahd Mokaddem
okay, thanks for your answer. On Tue, Dec 3, 2013 at 12:01 PM, Maciej Fijalkowski wrote: > No, we don't accept bitcoins as of now. You can still donate using > paypal though. > > On Tue, Dec 3, 2013 at 12:55 PM, Fahd Mokaddem > wrote: > > > > > > ___

[pypy-dev] Hi, do you consider accepting bitcoins?

2013-12-03 Thread Fahd Mokaddem
___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev