Faik Uygur wrote:
> This is not atomic. At this point i changed all the running python threads'
> umask and i don't want to change current umask. I just want to get it.

afaik, there's no atomic API for this.  just a unified get/set function:

    http://www.opengroup.org/pubs/online/7908799/xsh/umask.html

</F> 



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

Reply via email to