[Cython] [cython-users] Cython .pxd introspection: listing defined constants

Lisandro Dalcin dalcinl at gmail.com
Thu Feb 17 15:49:29 CET 2011


On 17 February 2011 11:35, W. Trevor King <wking at drexel.edu> wrote:
> On Thu, Feb 17, 2011 at 10:53:15AM -0300, Lisandro Dalcin wrote:
>> Cython could certainly support "cpdef struct", it is just a matter to
>> define a proposal and find a contributor to implement it :-)
>
> Is there a CEP template (a la PEPs 9 and 12) that should be discussed
> on the mailing list, or do I develop it free-form on the wiki [2]?
>

I would just develop it free-form on the wiki

> p.s. should I be picking one of cython-dev at codespeak or
> cython-devel at python?  Is the shift not yet official?
>

Use cython-devel at python.org


PS: Do we really need a full CEP for this? Do any of you object "cpdef
struct" to automatically create a wrapper extension type for exposing
to Python? I think all wee need to discuss is how to implement
__cinit__(), and what to do with slots you want to use in C but cannot
be mapped to a Python type (like pointers).


-- 
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
3000 Santa Fe, Argentina
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169


More information about the cython-devel mailing list