Furthermore, we can 'abuse' of this new feature to 'export' C API's from Cython-generated extension modules to other third-party Cython-generated modules, thus avoiding at all the need of relying on dynamic linking or dlopen hackery. Just some more good stuff for the near future ...
On 6/10/08, Stefan Behnel <[EMAIL PROTECTED]> wrote: > http://www.python.org/dev/peps/pep-3121/ > > To be implemented one day. I don't even think it would be too hard to use > such > a per-module instance state struct in general, even when not in Py3. That > would keep us from generating tons of Py3 specific code to implement this. > > Stefan > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
