GNOME Bugzilla – Bug 696646
[patch] Support PEP 3149 (ABI version tagged .so files)
Last modified: 2013-04-16 15:50:22 UTC
Created attachment 239870 [details] [review] patch-v1 http://www.python.org/dev/peps/pep-3149/ Add a ABI suffix to the shared library retrieved from distutils.sysconfig (should also make things more robust on Windows I guess..) I'm not sure how that integrates with distros/install, but it is needed to compile against PyPy. Tested with python2.7/python3.2/pypy2.0
Comment on attachment 239870 [details] [review] patch-v1 Thanks, this looks fine to me. I committed it with a more verbose changelog.
Created attachment 241454 [details] [review] Python3.3 fix It seems this has changed in Python 3.3 Fix attached (tested with 2.7/3.2/3.3)
Comment on attachment 241454 [details] [review] Python3.3 fix Thanks! Pushed.