Christian Heimes wrote:
> Memory management of ints, floats and longs
> http://bugs.python.org/issue2039
> http://bugs.python.org/issue2013
wrt 2039 - I would like to see the free list compaction called from
gc.collect() rather than a function in sys... something you suggested.
As I noted in th
Dear sprinters!
I've a batch of pending patches I like to get into Python before the
next alphas are send out. The math, epoll/kqueue and shell folder
patches just need a review. The memory management patches are more
complex. Please refer to the thread "int/float freelists vs pymalloc", too.