Matej Cepl <mc...@cepl.eu> added the comment:

> 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?

----------
nosy: +mcepl

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36302>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to