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