[issue11200] Addition of abiflags breaks distutils

2011-06-07 Thread Éric Araujo
Éric Araujo added the comment: Now fixed in packaging too. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue11200] Addition of abiflags breaks distutils

2011-02-22 Thread Toshio Kuratomi
Toshio Kuratomi added the comment: Distribute issue opened and patch based on Antoine's comments attached. https://bitbucket.org/tarek/distribute/issue/191/distribute-fails-unittests-on-python-32 -- ___ Python tracker

[issue11200] Addition of abiflags breaks distutils

2011-02-20 Thread Tarek Ziadé
Tarek Ziadé added the comment: Also, let's keep this open/valid for Distutils2 -- components: +Distutils2 -Library (Lib) nosy: +alexis, eric.araujo resolution: invalid -> ___ Python tracker __

[issue11200] Addition of abiflags breaks distutils

2011-02-20 Thread Tarek Ziadé
Tarek Ziadé added the comment: Toshio: yeah go ahead and add one, and let's do this asap in Distribute -- ___ Python tracker ___ ___

[issue11200] Addition of abiflags breaks distutils

2011-02-20 Thread Toshio Kuratomi
Toshio Kuratomi added the comment: Ha! Your reply jogged my memory. MvL mentioned exactly the potential for this backwards incompatibility here: http://mail.python.org/pipermail/python-dev/2010-December/106351.html when talking about whether other API changes could go into distutils to supp

[issue11200] Addition of abiflags breaks distutils

2011-02-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually, looks like distribute should be updated to include "abiflags" in self.config_vars in setuptools/command/easy_install.py. There seems to be a whole bunch of code pasted directly from distutils and it isn't up-to-date anymore. Compare: https://bitbuck

[issue11200] Addition of abiflags breaks distutils

2011-02-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11200] Addition of abiflags breaks distutils

2011-02-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11200] Addition of abiflags breaks distutils

2011-02-12 Thread Toshio Kuratomi
New submission from Toshio Kuratomi : When trying to build distribute on the latest python-3.2rc I get the following traceback in the unittests (two others that are similar as well): == ERROR: test_develop (setuptools.tests.tes