Mark Dickinson <dicki...@gmail.com> added the comment:

This is an antipattern I've seen on multiple occasions in real code. A common 
offender is:

    [worker.join() for worker in workers]

Similarly, things like:

    [plugin.start() for plugin in plugins]

I do think it would be worth updating the FAQ text.

----------
nosy: +mark.dickinson

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

Reply via email to