[New-bugs-announce] [issue34245] Python library should be installed writable

Jeroen Demeyer report at bugs.python.org
Fri Jul 27 03:48:30 EDT 2018


New submission from Jeroen Demeyer <J.Demeyer at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34245>
_______________________________________


More information about the New-bugs-announce mailing list