> But, it would potentially risk adding an underutilized parameter to the 
> executor constructor (which contributes to feature bloat).

That's true, personally I would always enable cancel_on_error (making it 
redundant and implementing it in the abstract class), but that's just my use 
case. You can always add that functionality later with your own subclass.

Personally I think it make sense to do it by default but that's just me and it 
also changes current behaviour.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/MMS3OGNA6XNKT63DYWVB4DZFHESLKOXM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to