Robert Staudinger wrote: > After a quick glance over the PEP I doubt that the resources will be > actively deallocated
Context managers need to be written for smart deallocation. They will already be present around the Python primitives where it makes sense (file objects, locks and such). -- Ivan Krstic <[EMAIL PROTECTED]> | GPG: 0x147C722D _______________________________________________ Sugar mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/sugar
