On Jul 27, 1:24 am, Peter Otten <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list