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 Michael.Felt
Recipients Michael.Felt
Date 2020-03-26.10:41:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585219282.6.0.683445147878.issue40073@roundup.psfhosted.org>
In-reply-to
Content
This is a regression in v3.6.10 and v3.7.6

`make install` creates a symbolic link `python3` that points to the executable python3.X

In versions v3.6.10 and v3.7.6 the executable is created as python3.Xm while the symbolic link still points to python3.X

Note: v3.8.2 and v3.9 (master) do not appear to be affected)
History
Date User Action Args
2020-03-26 10:41:22Michael.Feltsetrecipients: + Michael.Felt
2020-03-26 10:41:22Michael.Feltsetmessageid: <1585219282.6.0.683445147878.issue40073@roundup.psfhosted.org>
2020-03-26 10:41:22Michael.Feltlinkissue40073 messages
2020-03-26 10:41:22Michael.Feltcreate