[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 > > ___ > Yes, I think so. The p

[issue14517] Recompilation of sources with Distutils

2012-04-21 Thread Éric Araujo
Éric Araujo added the comment: Is it #5372? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue14517] Recompilation of sources with Distutils

2012-04-20 Thread Éric Araujo
Éric Araujo added the comment: I think this is done on purpose; I’ll dig up the changeset and bug report later. -- ___ Python tracker ___ ___

[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: D