[Stackless] 2.5b3 has been merged into SVN trunk

Richard Tew richard.m.tew at gmail.com
Tue Aug 15 09:21:10 CEST 2006


On 8/14/06, Sébastien Pierre <sebastien at xprima.com> wrote:
> Had to change Stackless/core/stackless_impl.h:113 from
>
>   PyAPI_FUNC(PyObject *) slp_gen_send_ex(PyObject *gen, PyObject *arg, int exc);
> to
>   PyAPI_FUNC(PyObject *) slp_gen_send_ex(PyGenObject *gen, PyObject *arg, int exc);
>
> One this is done, Stackless compiles well and all tests succeed.

Right.  I was ignoring these warnings on Windows as it compiled fine :)

I have checked in this fix.

Thanks,
Richard.

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list