[issue7894] too aggressive dependency tracking in distutils

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: See #14517 and #5372. -- components: +Distutils -Distutils2 resolution: -> rejected stage: needs patch -> committed/rejected status: open -> closed versions: -3rd party ___ Python tracker

[issue7894] too aggressive dependency tracking in distutils

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue7894] too aggressive dependency tracking in distutils

2010-09-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue7894] too aggressive dependency tracking in distutils

2010-09-07 Thread Éric Araujo
Éric Araujo added the comment: I understand this is not a bug but a nicety/performance issue, so I’m reassigning to distutils2. -- components: -Distutils nosy: +eric.araujo versions: +Python 2.5, Python 2.6, Python 3.1 ___ Python tracker

[issue7894] too aggressive dependency tracking in distutils

2010-08-05 Thread Baiju M
Changes by Baiju M : -- components: +Distutils2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue7894] too aggressive dependency tracking in distutils

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: With development of disutils2, distutils issues are not getting much separate attention. This may or may not get folded in to disutils2. -- nosy: +terry.reedy ___ Python tracker _

[issue7894] too aggressive dependency tracking in distutils

2010-02-09 Thread Ronald Oussoren
New submission from Ronald Oussoren : build_ext calculates which files for an Extension need to be recompiled. This calculation is way to aggrasive: if any source file for an Extension has changed all source files get recompiled. It would be nice if distutils would only recompile the sources t