This merge replaces the python extension linked against the go shared library with a single python extension module. The extension module is also named using the ABI version tagging reported by the python configuration to avoid clashes with other python minor version builds.
Removes need/reference for LD_LIBRARY_PATH modification.
Fixesgo-python/gopy#249