Re: Creating custom Python objects from C code

2011-01-27 Thread Aahz
In article , Eric Frederich wrote: > >I have read through all the documentation here: > >http://docs.python.org/extending/newtypes.html > >I have not seen any documentation anywhere else explaining how to >create custom defined objects from C. I have this need to create >custom objects from

Re: Creating custom Python objects from C code

2011-01-05 Thread Eric Frederich
On Wed, Jan 5, 2011 at 11:39 AM, Antoine Pitrou wrote: > On Wed, 5 Jan 2011 11:27:02 -0500 > Eric Frederich wrote: >> I have read through all the documentation here: >> >>     http://docs.python.org/extending/newtypes.html >> >> I have not seen any documentation anywhere else explaining how to >>

Re: Creating custom Python objects from C code

2011-01-05 Thread Stefan Behnel
Eric Frederich, 05.01.2011 17:27: I have read through all the documentation here: http://docs.python.org/extending/newtypes.html I have not seen any documentation anywhere else explaining how to create custom defined objects from C. At this point, it is best to take a look at Cython *bef

Re: Creating custom Python objects from C code

2011-01-05 Thread Antoine Pitrou
On Wed, 5 Jan 2011 11:27:02 -0500 Eric Frederich wrote: > I have read through all the documentation here: > > http://docs.python.org/extending/newtypes.html > > I have not seen any documentation anywhere else explaining how to > create custom defined objects from C. > I have this need to cre

Creating custom Python objects from C code

2011-01-05 Thread Eric Frederich
I have read through all the documentation here: http://docs.python.org/extending/newtypes.html I have not seen any documentation anywhere else explaining how to create custom defined objects from C. I have this need to create custom objects from C and pass them as arguments to a function call