[New-bugs-announce] [issue16238] Automatically remove build directory when build options changed

anatoly techtonik report at bugs.python.org
Mon Oct 15 13:33:54 CEST 2012


New submission from anatoly techtonik:

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.

----------
assignee: eric.araujo
components: Distutils, Distutils2
messages: 172961
nosy: alexis, eric.araujo, tarek, techtonik
priority: normal
severity: normal
status: open
title: Automatically remove build directory when build options changed
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list