Re: buffer objects (C-API)

2010-05-12 Thread Carl Banks
On May 12, 7:33 pm, moerchendiser2k3 wrote: > Hi at all, > > is it possible that a buffer object deallocates the memory when the > object is destroyed? I want to wrap the buffer object around some > memory. Or is there any chance that the buffer object copies the > memory so it will be responsible

buffer objects (C-API)

2010-05-12 Thread moerchendiser2k3
Hi at all, is it possible that a buffer object deallocates the memory when the object is destroyed? I want to wrap the buffer object around some memory. Or is there any chance that the buffer object copies the memory so it will be responsible when it will be destroyed? Thanks in advance, bye. mo