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.

classification
Title: Incorrect permissions set in lib-dynload.
Type: Stage:
Components: Distutils Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: antipode, facundobatista
Priority: normal Keywords:

Created on 2003-02-04 18:24 by antipode, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (3)
msg14419 - (view) Author: Arcady Genkin (antipode) Date: 2003-02-04 18:24
I have seen a number of bugs on this issue, but all of
them seem dot be marked as "closed" for some reason. 
This has been the case in every release since Python
2.1 and is still the case in 2.2.2.

When istalling Python by typing "make install" (with
umask set to 022) everything is installed with correct
permissions, *except* for the stuff in the lib-dynload
directory, where the files are installed with mode 700
(should be of 755).

Thanks.
-- 
Arcady Genkin
msg14420 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2005-01-11 03:58
Logged In: YES 
user_id=752496

Please, could you verify if this problem persists in Python 2.3.4
or 2.4?

If yes, in which version? Can you provide a test case?

If the problem is solved, from which version?

Note that if you fail to answer in one month, I'll close this bug
as "Won't fix".

Thank you! 

.    Facundo
msg14421 - (view) Author: Arcady Genkin (antipode) Date: 2005-01-13 21:22
Logged In: YES 
user_id=27110

I just tested with 2.3.4 and 2.4 and could not reproduce it.

I guess this bug can be closed now.

Thanks!
-- 
Arcady Genkin
History
Date User Action Args
2022-04-10 16:06:30adminsetgithub: 37905
2003-02-04 18:24:52antipodecreate