what happens behind the scene when i create a Queue.Queue() without specifying
a maxsize?  does a block of space gets allocated initially then dynamically "expanded" as needed?  if so, what is the default size of the initial space? is it
always better to specify a big enough maxsize initially for efficiency purposes, or
does it matter much? Thanks in advance for any help/detail



What are the most popular cars? Find out at Yahoo! Autos
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to