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 <rep...@bugs.python.org> <http://bugs.python.org/issue16238> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com