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 vstinner
Date 2020-11-10.10:49:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605005380.13.0.93741295392.issue42307@roundup.psfhosted.org>
In-reply-to
Content
Commands reproduce the issue:

cd /path/to/python/source/
./configure --prefix /opt/pymaster CFLAGS="-O0"
make
make install

make install copies python.o:

$ find /opt/pymaster/ -name "*.o"
/opt/pymaster/lib/python3.10/config-3.10-x86_64-linux-gnu/python.o

This file is useless and must not be installed by make install.

The issue was first discovered in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1894462
History
Date User Action Args
2020-11-10 10:49:40vstinnersetrecipients: + vstinner
2020-11-10 10:49:40vstinnersetmessageid: <1605005380.13.0.93741295392.issue42307@roundup.psfhosted.org>
2020-11-10 10:49:40vstinnerlinkissue42307 messages
2020-11-10 10:49:40vstinnercreate