On Fri, 28 Sep 2012 11:40:54 -0700 Glyph <[email protected]> wrote: > > Le Sep 28, 2012 à 1:10 AM, Antoine Pitrou <[email protected]> a écrit : > > > (whether Python itself should try to GC-collect when MemoryError is > > raised is an open question) > > Shouldn't it be doing a GC collect _before_ MemoryError is raised? (Isn't > this rather the whole point of having a garbage collector?)
Indeed, it also could. Regards Antoine. -- Software development and contracting: http://pro.pitrou.net _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
