[issue35866] concurrent.futures deadlock

cagney report at bugs.python.org
Wed Apr 17 18:01:48 EDT 2019


cagney <andrew.cagney at gmail.com> added the comment:

We're discussing vanilla Python, for instance v3.7.0 is:

  git clone .../cpython
  cd cpython
  git checkout v3.7.0
  ./configure --prefix=/home/python/v3.7.0
  make -j && make -j install

(my 3.6.x wasn't vanilla, but I clearly stated that)

Like I also mentioned, loading down the machine also helps.  Try something like running #cores*2 of the script in parallel?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35866>
_______________________________________


More information about the Python-bugs-list mailing list