[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

Éric Araujo report at bugs.python.org
Sat Mar 19 03:52:02 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

Thanks for the report and patch.  Has this bug been a problem for existing projects?  Would you have links?

> Looks like this should've been done against the py3k branch instead.
Yes, patches should apply to the py3k branch, or to distutils2.  More guidelines at http://wiki.python.org/moin/Distutils/FixingBugs

In this case, Tarek will have to decide whether this is a suitable bugfix for distutils or whether it’s for distutils2 only.  There is a feature freeze in distutils, so we try to change the code only to fix proved bugs, in the less pervasive way possible, and with regression tests.

> Perhaps there is a better way to do this under py3k?  Or it's handled already?
In the absence of a test (unit test, instructions to reproduce or script), it’s hard to tell.

----------

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


More information about the Python-bugs-list mailing list