[issue29595] Expose max_queue_size in ThreadPoolExecutor

Raymond Hettinger report at bugs.python.org
Fri Mar 31 19:19:49 EDT 2017


Raymond Hettinger added the comment:

Prayslayer, please don't shove.  Your PR request was responded to by Mariatta so it wasn't ignored.  

Making decisions about API expansions takes a while (making sure it fits the intended use, that it isn't a bug factory itself, that it is broadly useful, that it is the best solution to the problem, that is doesn't complicate the implementation or limit future opportunities, that there are unforeseen problems).   Among the core developers, there are only a couple part-time contributors who are qualified to make these assessments for the multi-processing module (those devs don't include me).

----------
assignee:  -> davin
nosy: +davin, pitrou, rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29595>
_______________________________________


More information about the Python-bugs-list mailing list