Message 159315 - Python tracker (original) (raw)
Message159315
Author | brett.cannon |
---|---|
Recipients | Arfrever, brett.cannon, eric.araujo, eric.smith, georg.brandl, loewis, python-dev |
Date | 2012-04-25.16:30:56 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1335371457.37.0.799550715768.issue14642@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
When you do a fresh checkout, Python/importlib.h comes after Lib/importlib/_bootstrap.py and Python/freeze_importlib.py in a lexicographical sort which leads to it have a newer timestamp and thus not triggering a new build of the file. This is why Martin suggested at some point using hg status or something from a script to properly detect if something has changed that would warrant rebuilding. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-04-25 16:30:57 | brett.cannon | set | recipients: + brett.cannon, loewis, georg.brandl, eric.smith, eric.araujo, Arfrever, python-dev |
2012-04-25 16:30:57 | brett.cannon | set | messageid: 1335371457.37.0.799550715768.issue14642@psf.upfronthosting.co.za |
2012-04-25 16:30:56 | brett.cannon | link | issue14642 messages |
2012-04-25 16:30:56 | brett.cannon | create |