[issue1109963] bdist_wininst ignores build_lib from build command
Andrew I MacIntyre
report at bugs.python.org
Thu Apr 23 13:03:18 CEST 2009
Andrew I MacIntyre <aimacintyre at users.sourceforge.net> added the comment:
The offending code appears to have been introduced in r33090 and tweaked
in r37025, which both originated from Mark Hammond.
>From the comments, there seems to be no reason why the build_lib
override should apply when the target version is specifically different
from the version being used to build the extension, hence I've attached
a patch which applies the override only when the versions are different
(for both bdist_wininst and bdist_msi).
This doesn't solve the problem that exists when the target and build
versions are different and build_lib has been overridden in setup.py (as
I understand is the case with cx_Oracle).
I've added Mark to the nosy list in the hope he might, as originator of
the problematic changes, be able to provide some insight.
----------
keywords: +patch
nosy: +aimacintyre, mhammond
Added file: http://bugs.python.org/file13748/python_issue_1109963.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1109963>
_______________________________________
More information about the Python-bugs-list
mailing list