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 ned.deily
Recipients koobs, ned.deily, serhiy.storchaka, vstinner
Date 2019-04-29.16:56:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556557006.72.0.515580642685.issue36707@roundup.psfhosted.org>
In-reply-to
Content
This change has an impact on downstream packagers and users of Python 3.8 because the SOABI flag values are also used to construct a number of file names and directories names in an Unix or macOS framework install besides the extension module (*.so) file names.  Suggest comparing the directory/file names installed to an alternate prefix (./configure --prefix=/tmp/3x ; make install) in 3.7 versus master with this PR.  Also suggest reading PEP 3149, which introduced the ABI-specific file names, and the various issues in the bug tracker that reference it.  At the very least, these changes need to be documented in the What's New for 3.8.  But the impact of the change should probably also be discussed with at least some of the large distributors.  (The change already inadvertently broke the macOS installer build - fixing.)
History
Date User Action Args
2019-04-29 16:56:46ned.deilysetrecipients: + ned.deily, vstinner, serhiy.storchaka, koobs
2019-04-29 16:56:46ned.deilysetmessageid: <1556557006.72.0.515580642685.issue36707@roundup.psfhosted.org>
2019-04-29 16:56:46ned.deilylinkissue36707 messages
2019-04-29 16:56:46ned.deilycreate