Retain reference to a struct

2005-11-02 Thread andychambers2002
Hi All, A C library I'm using has a number of functions that all require a struct as an argument. The example module shows how to make a new Python Object from C code and I've seen other posts that recommend this way of doing it. In this case though, it would seem easier if I could create the

Re: Retain reference to a struct

2005-11-02 Thread Carsten Haese
On Wed, 2005-11-02 at 16:23, [EMAIL PROTECTED] wrote: Hi All, A C library I'm using has a number of functions that all require a struct as an argument. The example module shows how to make a new Python Object from C code and I've seen other posts that recommend this way of doing it. In