Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

There is no thread way to read the umask in C as well. The os module provides 
thin wrappers to the POSIX API. os.umask() acts exactly as a C function 
umask(). If thread safe method be added in the POSIX API we can expose it in 
the os module.

----------
nosy: +serhiy.storchaka
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to