This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hanwen
Recipients
Date 2006-12-30.18:25:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
umask(2) works in the same way, so there seems to be no unixy way to inspect umask without setting it.
I think the solution would be to make a C-level function to return the umask (by setting and resetting it). 
As the interpreter itself is single threaded, this is race-free.


History
Date User Action Args
2007-08-23 15:52:52adminlinkissue1507247 messages
2007-08-23 15:52:52admincreate