[Tutor] garbage collecting

Keith Winston keithwins at gmail.com
Thu Jan 9 07:19:15 CET 2014


On Thu, Jan 9, 2014 at 12:27 AM, eryksun <eryksun at gmail.com> wrote:

> The old float freelist was the same design as the one for 2.x int
> (PyInt, not PyLong), which grows without bound. The design also
> allocates objects in 1 KiB blocks (approx. size). glibc's malloc will
> use the heap for a block that's this small.
>

Thanks Eryksun, pretty sure that's more than I could have known to ask
about garbage collection. But who knows where it will come in handy?


-- 
Keith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140109/6890fe12/attachment.html>


More information about the Tutor mailing list