This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cbenoit
Recipients cbenoit, eric.araujo, tarek
Date 2012-04-06.11:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333711497.18.0.995661570344.issue14517@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-06 11:24:57cbenoitsetrecipients: + cbenoit, tarek, eric.araujo
2012-04-06 11:24:57cbenoitsetmessageid: <1333711497.18.0.995661570344.issue14517@psf.upfronthosting.co.za>
2012-04-06 11:24:56cbenoitlinkissue14517 messages
2012-04-06 11:24:56cbenoitcreate