New submission from Jakub Kulik <kulik...@gmail.com>:

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

----------
components: Build
messages: 380449
nosy: kulikjak
priority: normal
severity: normal
status: open
title: Solaris & PEP 3149: start using ABI version tagged .so files
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42277>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to