[issue29595] Expose max_queue_size in ThreadPoolExecutor

2017-02-17 Thread prayerslayer
New submission from prayerslayer: Hi! I think the ThreadPoolExecutor should allow to set the maximum size of the underlying queue. The situation I ran into recently was that I used ThreadPoolExecutor to parallelize AWS API calls; I had to move data from one S3 bucket to another (~150M

[issue29595] Expose max_queue_size in ThreadPoolExecutor

2017-03-06 Thread prayerslayer
prayerslayer added the comment: Hello again, there's a reviewed PR open for this issue and it hasn't even received authoritative feedback yet (ie whether or not you intend to support this feature at all). I would be very happy if a core dev could look over this change before everyo

[issue29595] Expose max_queue_size in ThreadPoolExecutor

2017-03-24 Thread prayerslayer
prayerslayer added the comment: Ping. That's really a two-line change, can be easily reviewed in 15 minutes :) -- ___ Python tracker <http://bugs.python.org/is