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 vstinner
Recipients legerf, vstinner
Date 2008-12-08.22:10:07
SpamBayes Score 0.00013148686
Marked as misclassified No
Message-id <1228774209.81.0.534836102583.issue4601@psf.upfronthosting.co.za>
In-reply-to
Content
I'm able to reproduce the bug with umask set to 0027:
drwxr-x--- 2 root root 3072 déc  8 22:59 
(...)/lib/python3.1/lib-dynload

With umask 0077, it's:
drwx------ 2 root root 3072 déc  8 22:59 
(...)/lib/python3.1/lib-dynload

The problem is specific to this directory.
History
Date User Action Args
2008-12-08 22:10:10vstinnersetrecipients: + vstinner, legerf
2008-12-08 22:10:09vstinnersetmessageid: <1228774209.81.0.534836102583.issue4601@psf.upfronthosting.co.za>
2008-12-08 22:10:08vstinnerlinkissue4601 messages
2008-12-08 22:10:07vstinnercreate