Re: [pypy-dev] update (+patch) on embedding pypy

2012-04-17 Thread Amaury Forgeot d'Arc
2012/4/17 Kibeom Kim > It's not my needs, but I think that's better-designed interpreter lib. > If pypy decides to support, I guess there should be two versions of > api sets, one for CPython api compatibility, and the other one for > multiple independent interpreter support. > > Py_Initialize();

Re: [pypy-dev] The Work Plan Re: STM proposal funding

2012-04-17 Thread Armin Rigo
Hi Bengt, I feel like I have actually already explained over and over again what I am doing. But it's true that such communication has been going on on various channels. So, here is the documentation I've got so far: https://bitbucket.org/pypy/pypy/raw/stm-gc/lib_pypy/transaction.py In particu

Re: [pypy-dev] Question about stm_descriptor_init(), tasklets and OS threads

2012-04-17 Thread Armin Rigo
Hi Andrew, On Tue, Apr 17, 2012 at 00:44, Andrew Francis wrote: > I am looking at stm_descriptor_init(). Right now makes a call to > pthread_self(). In a potential Stackless prototype, I would want it to get > the current tasklet instead. I don't understand why at all, sorry. I will stick to my