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.

classification
Title: Solaris & PEP 3149: start using ABI version tagged .so files
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: kulikjak
Priority: normal Keywords: patch

Created on 2020-11-06 14:30 by kulikjak, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 23182 closed kulikjak, 2020-11-06 14:35
Messages (2)
msg380449 - (view) Author: Jakub Kulik (kulikjak) * Date: 2020-11-06 14:30
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
msg383494 - (view) Author: Jakub Kulik (kulikjak) * Date: 2020-12-21 08:37
This was resolved with issue 42604 and PR 23708.
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86443
2020-12-21 08:37:40kulikjaksetstatus: open -> closed
resolution: duplicate
stage: patch review -> resolved
2020-12-21 08:37:14kulikjaksetmessages: + msg383494
2020-11-06 14:35:32kulikjaksetkeywords: + patch
stage: patch review
pull_requests: + pull_request22088
2020-11-06 14:30:19kulikjakcreate