Multiprocessing / threading confusion

Paul Pittlerson menkomigen6 at gmail.com
Thu Sep 5 19:34:52 EDT 2013


On Friday, September 6, 2013 1:28:39 AM UTC+3, mar... at python.net wrote:

> Also you can't (and shouldn't) depend on the time that __del__ gets
> called.  It can get called at any time, in any order and sometimes not
> at all.*

Wow I did not know that! I was counting on that it reliably gets called when the object is destroyed.



More information about the Python-list mailing list