zip() function troubles
Istvan Albert
istvan.albert at gmail.com
Fri Jul 27 09:07:32 EDT 2007
More information about the Python-list mailing list
Fri Jul 27 09:07:32 EDT 2007
- Previous message (by thread): zip() function troubles
- Next message (by thread): zip() function troubles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): zip() function troubles
- Next message (by thread): zip() function troubles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list