[Cython] Accessing C attributes from Python functions in the interpreter

Dag Sverre Seljebotn dagss at student.matnat.uio.no
Sun Jun 8 11:16:15 CEST 2008


Johannes Wienke wrote:
>
> But is there a way to convince copy to copy also the C declarations?
>

Google for "python copy module". The copy module docs then will state that
it uses the pickling API. So see the pyrex docs for pickling and try
that...

Dag Sverre



More information about the Cython-dev mailing list