[issue22980] C extension naming doesn't take bitness into account

Matthias Klose report at bugs.python.org
Sun Apr 19 14:43:07 CEST 2015


Matthias Klose added the comment:

> I'm not trying to discredit any use cases, I just don't see them.

so why do you see this on x86 for 32/64bit, but not for ARM soft-float/hard-float.  The example given was pretty clear.

> All Linux distributions I know place the 32-bit and 64-bit versions
> of shared libs into different directories rather than putting them all
> into a single dir and adding ABI flags to the .so files.

Well, then at least you don't know Debian, Ubuntu, and any of their derivates.

And even the Python default install on Linux installs into the same place.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22980>
_______________________________________


More information about the Python-bugs-list mailing list