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
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
>>
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
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
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