[issue14517] Recompilation of sources with Distutils

2012-05-02 Thread Christophe Benoit
Christophe Benoit added the comment: 2012/4/22 Éric Araujo > > Éric Araujo added the comment: > > Is it #5372? > > -- > > ___ > Python tracker > <http://bugs.python.org/issue14517> >

[issue14517] Recompilation of sources with Distutils

2012-04-06 Thread Christophe Benoit
New submission from Christophe Benoit : When using distutils to build a C-extension, I have noticed that my C-sources were recompiled as soon as one source file has been touched; from python 2.6. This was not the case with previous python versions. -- assignee: eric.araujo components