make objetcs 'commit suicide'

polux polux2001 at wanadoo.fr
Sun Jan 12 09:48:02 EST 2003


class a:
	def go(self):
		self.__del__            # or del(self)


and then
b=a()
b.go()


b is not destructed





More information about the Python-list mailing list