1) moving /usr/lib/python* into /usr/share/python*. I consider this low priority, but something that should be done one day. There are possibly some issues with separating binary extension modules from .py python modules that would to be resolved.
This doesn't work. /usr/lib/python* contains lib-dynload and site-packages, both of which may contain shared libraries (which
cannot be shared across architectures)
Regards, Martin