New submission from Jeroen Demeyer <j.deme...@ugent.be>:

In Makefile.pre.in, there is this:

# Shared libraries must be installed with executable mode on some systems;
# rather than figuring out exactly which, we always give them executable mode.
# Also, making them read-only seems to be a good idea...
INSTALL_SHARED= ${INSTALL} -m 555

Installing libraries read-only is very non-standard (I'm not aware of any other 
build system which does that). Python should just use the more standard 755 
install mode.

----------
components: Build
messages: 322469
nosy: jdemeyer
priority: normal
severity: normal
status: open
title: Python library should be installed writable
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

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

Reply via email to