Re: [Python] Garbage collection and OS

2008-04-14 Per discussione raffaello
Ho fatto la prova con un programma dotato di molte finestre. Aprendole e chiudendole, e controllando l'utilizzo memoria in task manager, la memoria viene effettivamente restituita, ma solo al 70% circa. Comunque grazie dell'aiuto. 2008/4/14, enrico franchi <[EMAIL PROTECTED]>: > > On Sat, Apr 12,

Re: [Python] Garbage collection and OS

2008-04-11 Per discussione raffaello
all'OS alla distruzione dell'oggetto, ma รจ trattenuta a disposizione del programma, tanto vale nascondere e mostrare le frame senza ripetere ogni volta il lavoro di inizializzazione. 2008/4/11, enrico franchi <[EMAIL PROTECTED]>: > > On Fri, Apr 11, 2008 at 4:38 PM, raffa

[Python] Garbage collection and OS

2008-04-11 Per discussione raffaello
Is it true that when an object is destroyed in a Python application the garbage collector does NOT give back the occupied memory to the Operating System as long as the application is running, but keeps it at the disposal of the same application? ___ Pyth