In article <[email protected]>, Stefan Behnel <[email protected]> wrote: > since May 19, I get the exception below in the latest py3k site.py when > trying to run a distutils build with it (building Cython). The changelog > since the previous (working) CPython build is here: > > https://sage.math.washington.edu:8091/hudson/job/py3k-hg/374/ > > The failing build is here: > > https://sage.math.washington.edu:8091/hudson/job/cython-devel-build-py3k/1313/ > console > > This is on 64bit Linux. I tried with a clean checkout, no difference. Is > this problem obvious to someone, is there anything that needs adaptation on > our side (I hope not), or should I file a bug report?
It's a bug introduced by the packaging (Distutils2) feature. Thanks for finding it first. http://bugs.python.org/issue12131 -- Ned Deily, [email protected] _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
