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 ronaldoussoren
Recipients bmwiedemann, dstufft, eric.araujo, ronaldoussoren, vstinner
Date 2020-07-05.10:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593944243.82.0.523122434837.issue36302@roundup.psfhosted.org>
In-reply-to
Content
An unfortunate side effect of this change is that changes the build order even if the source list order is relevant. 

In particular, I sort the source list by age when working on larger extensions, this makes sure that the source files I edited last get compiled first, which speeds up edit/build cycles.
History
Date User Action Args
2020-07-05 10:17:23ronaldoussorensetrecipients: + ronaldoussoren, vstinner, eric.araujo, dstufft, bmwiedemann
2020-07-05 10:17:23ronaldoussorensetmessageid: <1593944243.82.0.523122434837.issue36302@roundup.psfhosted.org>
2020-07-05 10:17:23ronaldoussorenlinkissue36302 messages
2020-07-05 10:17:23ronaldoussorencreate