memory

Matt Cheselka cheselka at tucana.noao.edu
Thu Jan 27 15:05:34 EST 2000


Hi,

Are there any issues with freeing memory in python?  Say for example I do a

	d = array.array('i')
	for i in range (2000):
	    d.append(0)

Do I need to free 'd' before I quit the program?

Cheers,

Matt Cheselka



More information about the Python-list mailing list