zip() function troubles

Istvan Albert istvan.albert at gmail.com
Fri Jul 27 09:07:32 EDT 2007


On Jul 27, 1:24 am, Peter Otten <__pete... at web.de> wrote:

> When you are allocating a lot of objects without releasing them the garbage
> collector kicks in to look for cycles. Try switching it off:
>
> import gc
> gc.disable()

Yes, this solves the problem I was experiencing. Thanks.

Istvan




More information about the Python-list mailing list