This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients alexis, eric.araujo, tarek, techtonik
Date 2012-10-15.11:33:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350300834.63.0.981208567885.issue16238@psf.upfronthosting.co.za>
In-reply-to
Content
After build options in setup.py is edited, command `python setup.py install` doesn't remove build directory and uses its cached content. This behavior is non-obvious and leads to errors.

The proposal is to calculate hash from build configuration, save it in build directory, and regenerate build dir when hash doesn't match.
History
Date User Action Args
2012-10-15 11:33:54techtoniksetrecipients: + techtonik, tarek, eric.araujo, alexis
2012-10-15 11:33:54techtoniksetmessageid: <1350300834.63.0.981208567885.issue16238@psf.upfronthosting.co.za>
2012-10-15 11:33:54techtoniklinkissue16238 messages
2012-10-15 11:33:54techtonikcreate