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 mathstuf, ned.deily, vstinner
Date 2019-12-17.00:32:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576542738.58.0.206409440571.issue39066@roundup.psfhosted.org>
In-reply-to
Content
The entire extension suffix is currently available from the pythonX.Y-config command which does not depend on a running interpreter (on Linux systems at least), for example:

$ python3.8-config --extension-suffix
.cpython-38-i386-linux-gnu.so

Is that not sufficient for your needs?
History
Date User Action Args
2019-12-17 00:32:18ned.deilysetrecipients: + ned.deily, vstinner, mathstuf
2019-12-17 00:32:18ned.deilysetmessageid: <1576542738.58.0.206409440571.issue39066@roundup.psfhosted.org>
2019-12-17 00:32:18ned.deilylinkissue39066 messages
2019-12-17 00:32:18ned.deilycreate