Message 386133 - Python tracker

Message386133

Author mcepl
Recipients bmwiedemann, dstufft, eric.araujo, mcepl, ronaldoussoren, vstinner
Date 2021-02-02.10:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612262402.85.0.949164195513.issue36302@roundup.psfhosted.org>
In-reply-to
Content
> 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.

On the one hand, this sounds creepily like https://xkcd.com/1172, but on the other: why do we need to sort those extensions by name? Wouldn’t sorting by some attribute of those extensions (including their size) be better?
History
Date User Action Args
2021-02-02 10:40:02mceplsetrecipients: + mcepl, ronaldoussoren, vstinner, eric.araujo, dstufft, bmwiedemann
2021-02-02 10:40:02mceplsetmessageid: <1612262402.85.0.949164195513.issue36302@roundup.psfhosted.org>
2021-02-02 10:40:02mcepllinkissue36302 messages
2021-02-02 10:40:02mceplcreate