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 jdemeyer
Recipients jdemeyer
Date 2018-07-27.07:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532677710.44.0.56676864532.issue34245@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-27 07:48:30jdemeyersetrecipients: + jdemeyer
2018-07-27 07:48:30jdemeyersetmessageid: <1532677710.44.0.56676864532.issue34245@psf.upfronthosting.co.za>
2018-07-27 07:48:30jdemeyerlinkissue34245 messages
2018-07-27 07:48:30jdemeyercreate