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 python-dev, smani, vstinner
Date 2020-06-08.16:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591634038.55.0.157005606481.issue40854@roundup.psfhosted.org>
In-reply-to
Content
bpo-1294959 added sys.platlibdir and configure --with-platlibdir to use /usr/lib64 on Fedora and SuSE to Python 3.9.

The problem is that msg370655 use case seems to be a regression compared to Python 3.9. I now consider to backport the commit 8f023a2f664f902a3d0b7a6f64d63afc0d1c15ae to 3.9 since it looks like a fix part of bpo-1294959 rather than a bug fix.

I created PR 20725 to backport PyConfig.platlibdir and PYTHONPLATLIBDIR env var to Python 3.9.
History
Date User Action Args
2020-06-08 16:33:58vstinnersetrecipients: + vstinner, python-dev, smani
2020-06-08 16:33:58vstinnersetmessageid: <1591634038.55.0.157005606481.issue40854@roundup.psfhosted.org>
2020-06-08 16:33:58vstinnerlinkissue40854 messages
2020-06-08 16:33:58vstinnercreate