898f743 Add support for upstream architectures' names

Authored and Committed by lbalhar 3 years ago
    Add support for upstream architectures' names
    
    Pythons in RHEL/Fedora use different names for some architectures
    than upstream and other distros (for example ppc64 vs. powerpc64).
    See patch 274.
    That means that an extension built with the default upstream settings
    (on other distro or as an manylinux wheel) cannot be found by Python
    on RHEL/Fedora because it has a different suffix.
    This patch adds the original names to importlib so Python is able
    to import extensions with an original architecture name in its
    file name.
    
        
file modified
+25 -1