[issue19173] Expose Queue maxsize parameter to multiprocessing.Pool class

2013-10-05 Thread noxdafox
New submission from noxdafox: As a developer I want the multiprocessing Pool class to expose the internal queue size limit in order to better control the task flow in my application. Consider the following scenarios: 1. The tasks I want to run into the pool require a considerably big amount of

[issue19173] Expose Queue maxsize parameter to multiprocessing.Pool class

2013-10-05 Thread noxdafox
noxdafox added the comment: Please ignore the first provided patch, doc changes where wrong -- Added file: http://bugs.python.org/file31968/maxqueuesize.patch ___ Python tracker <http://bugs.python.org/issue19