<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">I am using concurrent.futures to parallelize independent tasks on multiple cores once in a while. Each time I have a difficulty remembering the specific syntax and have to look it up in old code or google. I would much prefer to be able to find the source through the PyCharm and have autocompletion. It takes adding two lines to the __init__.py of concurrent.futures:</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">(insert on line 19)</div><div class="gmail_default" style=""><pre style="font-family:Menlo;color:rgb(0,0,0);font-size:10.5pt"><pre style="font-family:Menlo;font-size:10.5pt"><span style="color:rgb(0,0,128);font-weight:bold">from </span>.process <span style="color:rgb(0,0,128);font-weight:bold">import </span>ProcessPoolExecutor<br><span style="color:rgb(0,0,128);font-weight:bold">from </span>.thread <span style="color:rgb(0,0,128);font-weight:bold">import </span>ThreadPoolExecutor</pre></pre><pre style="color:rgb(0,0,0);font-size:10.5pt"><font face="arial, helvetica, sans-serif">I would also guess that it would make the __getattr__ redundant?</font></pre><pre style="color:rgb(0,0,0);font-size:10.5pt"><font face="arial, helvetica, sans-serif">Am I missing something or can this change be done this way and would indeed be an improvement?</font></pre></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best Regards,<br>--<br>Ilya Kamenshchikov<br></div></div></div></div></div>