Archive for March, 2011
pyfits memory leak in new_table
28Mar11
I found a memory leakage issue in pyfits.new_table, data were NOT deleted when the table was deleted, I prepared a test on github, using objgraph, which shows that data are still in memory:
Filed under: astrophysics, python | 1 Comment