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 kulikjak
Recipients kulikjak
Date 2020-11-06.14:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604673019.95.0.76532678004.issue42277@roundup.psfhosted.org>
In-reply-to
Content
Solaris doesn't have ABI version tagged .so files enabled in upstream CPython yet, but almost every Solaris distribution* patches this functionality in:

Oracle Solaris: https://github.com/oracle/solaris-userland/blob/master/components/python/python39/patches/13-SOABI.patch
OpenIndiana: https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/python/python37/patches/13-SOABI.patch
OmniOS: https://github.com/omniosorg/omnios-build/blob/master/build/python37/patches/13-SOABI.patch

Because of that, I think it should be merged into master.

*) The only exception is pkgsrc (used in SmartOS), but they are patching it out for every system, so no change there:
https://github.com/joyent/pkgsrc/blob/trunk/lang/python39/patches/patch-configure
History
Date User Action Args
2020-11-06 14:30:19kulikjaksetrecipients: + kulikjak
2020-11-06 14:30:19kulikjaksetmessageid: <1604673019.95.0.76532678004.issue42277@roundup.psfhosted.org>
2020-11-06 14:30:19kulikjaklinkissue42277 messages
2020-11-06 14:30:19kulikjakcreate