Re: atomic section in code

2008-09-05 Thread Ahmad Humayun
On Sep 5, 1:59 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Ahmad Humayun wrote: > > I need to create an atomic section in Python code i.e. there is no > > context switch to any other thread during the running of that piece of > > code. Would would do the trick? &g

atomic section in code

2008-09-05 Thread Ahmad Humayun
Hi there, I need to create an atomic section in Python code i.e. there is no context switch to any other thread during the running of that piece of code. Would would do the trick? thanks, -- http://mail.python.org/mailman/listinfo/python-list