[issue9807] deriving configuration information for different builds with the same prefix

Barry A. Warsaw report at bugs.python.org
Sat Oct 16 16:23:54 CEST 2010


Barry A. Warsaw <barry at python.org> added the comment:

Interestingly enough, the distutils failure that dmalcolm found was present in the trunk even before my patch.  If you build Python with --enable-shared, that distutils test fails because of the default path used for the -L option.  I fixed that in my patch, but it was unrelated to the changes I made to expose sys.abiflags.

I wonder if we should try to get a buildbot up that uses --enable-shared?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9807>
_______________________________________


More information about the Python-bugs-list mailing list