transforms/python-3-soabi
author Drew Fisher <drew.fisher@oracle.com>
Wed, 13 May 2015 14:39:42 -0600
changeset 4287 aba3ed31b37a
parent 2060 a9ad5cd0ec29
child 4912 0b79e9575718
permissions -rw-r--r--
PSARC/2015/233 OpenStack Common Package 20866995 glance.images table is corrupted/missing on upgrade from 69 to 71 20984895 Upgrade still fails when the mappings change section to 'None' 20984926 nova-upgrade has multiple deprecation mappings for DEFAULT.sql_connection 20990795 OpenStack upgrade methods should preserve some values from the previous release 21078056 20928341 requires Nova's exec_attr fragment to change 21085479 An openstack-common package should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2060
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
# Python 2's ABI for .so files is to simply append ".so".  But for Python
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# 3, it appends ".cpython-3#[d][m][u].so", where # is the minor version,
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
# "d" is added if built --with-pydebug (we don't), "m" is added if built
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# --with-pymalloc (we do) and "u" is added if built --with-wide-unicode
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# (we don't).  See http://legacy.python.org/dev/peps/pep-3149/ for details.
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
<transform file -> edit path \
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
    (usr/lib/python3.)([0-9])(/vendor-packages/(.*/)?64/.*)\.so \
a9ad5cd0ec29 19492342 Python 3.4 should be built --with-pymalloc
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
    \\1\\2\\3.cpython-3\\2m.so >