Dnia 27-03-2008, Cz o godzinie 11:48 +1200, Greg Ewing pisze:

> Tuples are created batchwise because, being immutable,
> that's the only way to do it. But if set literals are
> to produce mutable objects, there's no need for them
> to be created batchwise, and doing so has unfortunate
> stack size and memory use consequences in the worst case.

What about lists? I guess (haven't checked) that they are made like
tuples. If so, has it caused problems with the stack size? If not,
perhaps we should not worry about dicts either.

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to