transforms/python-3-soabi
author pkidd <patrick.kidd@oracle.com>
Wed, 06 Apr 2016 10:50:15 -0700
branchs11u3-sru
changeset 5735 e1efaec5fd4c
parent 3783 9edbfb2ff34a
child 4912 0b79e9575718
permissions -rw-r--r--
Added tag 0.175.3.8.0.1.0, S11.3SRU8.1 for changeset 173f0c0430a8

# Python 2's ABI for .so files is to simply append ".so".  But for Python
# 3, it appends ".cpython-3#[d][m][u].so", where # is the minor version,
# "d" is added if built --with-pydebug (we don't), "m" is added if built
# --with-pymalloc (we do) and "u" is added if built --with-wide-unicode
# (we don't).  See http://legacy.python.org/dev/peps/pep-3149/ for details.
<transform file -> edit path \
    (usr/lib/python3.)([0-9])(/vendor-packages/(.*/)?64/.*)\.so \
    \\1\\2\\3.cpython-3\\2m.so >