[Cython] PEP 3121 on extension module initialisation in Py3
Lisandro Dalcin
dalcinl at gmail.com
Tue Jun 10 20:43:35 CEST 2008
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 <stefan_ml at behnel.de> 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
> Cython-dev at codespeak.net
> 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
More information about the Cython-dev
mailing list