[issue35275] Reading umask (thread-safe)

Serhiy Storchaka report at bugs.python.org
Mon Nov 19 06:08:53 EST 2018


Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue35275>
_______________________________________


More information about the Python-bugs-list mailing list