Is it really necessary, that the python executable is linked to libstdc++ library ?
• Shared library: python should be built by default as a shared library (on all platforms, where this is possible). • Versioning: Python currently assumes, that native modules are built and run with identical python versions (otherwise warnings are issued). Newer python versions should guarantee binary backward compatibility for native modules built with older python versions.