A Dilluns 30 Gener 2006 23:28, Russel Howe va escriure: > > I just checked out svn, it needs this: > ret = H5Dread(self.dataset_id, self.type_id, mem_space_id, space_id, > H5P_DEFAULT, rdata) > instead of this > H5Dread(self.dataset_id, self.type_id, mem_space_id, space_id, > H5P_DEFAULT, rdata)
Sure. Change committed. By the way, the problem with the leak was that I was using different heaps (namely, C and Python) for dealing with the read data. Apparently, mixing heaps is a sure source for leaks. You can read: http://python.org/doc/2.4.2/api/memoryOverview.html for more info. Thanks, -- >0,0< Francesc Altet http://www.carabos.com/ V V Cárabos Coop. V. Enjoy Data "-" ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
