[issue43112] SOABI on Linux does not distinguish between GNU libc and musl libc

Natanael Copa report at bugs.python.org
Wed Feb 3 06:03:39 EST 2021


Natanael Copa <ncopa at alpinelinux.org> added the comment:

The referenced https://wiki.debian.org/Multiarch/Tuples doc says:

> we require unique identifiers for each architecture that identifies an incompatible set of libraries that we want to be co-installed.

Since GNU libc and musl libc are not ABI compatible they can not share same unique identifier. I think replacing -gnu with -musl makes sense.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43112>
_______________________________________


More information about the Python-bugs-list mailing list