On Thu, Sep 22, 2011 at 6:16 PM, Eric Snow <ericsnowcurren...@gmail.com> wrote:
> That's a good point.  So, isn't the default arguments hack in the same
> boat with regards to threads?
>
> Maybe I'm just misunderstanding the thread concept in Python.  Threads
> have separate execution stacks but share interpreter global state,
> right?

I would say it probably is, but others on this list will know more of
threading in Python. I tend not to write multithreaded programs in
Python - the main reason for me to use Python is rapid scriptwriting,
which usually doesn't demand threads.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to