Re: [Tutor] calloc

2006-01-11 Thread Danny Yoo
On Thu, 12 Jan 2006, Burge Kurt wrote: > Again thank you :( and sorry for asking that much questions in one day > and I know most of them were nonsense .. Don't worry about it; please feel free to continue to ask questions on the list. It wasn't quite clear what experience you had before: I ha

Re: [Tutor] calloc

2006-01-11 Thread Danny Yoo
On Thu, 12 Jan 2006, Burge Kurt wrote: > How can I use calloc in python ? Before computing and processing my data > I want to know how many bytes are available? Hi Burge, There's no concept of manual memory allocation in Python, and we don't have direct access to calloc/malloc/free. You're as

[Tutor] calloc

2006-01-11 Thread Burge Kurt
Hi again (:   How can I use calloc in python ? Before computing and processing my data I want to know how many bytes are available?   Thanks in advance and best wishes,   Burge ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinf