This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cagney
Recipients bquinlan, cagney, gregory.p.smith, hroncok, hugh, josh.r, jwilk, pablogsal, pitrou, vstinner
Date 2019-04-17.22:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555538508.93.0.179993336987.issue35866@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-04-17 22:01:48cagneysetrecipients: + cagney, gregory.p.smith, bquinlan, pitrou, vstinner, jwilk, josh.r, hroncok, pablogsal, hugh
2019-04-17 22:01:48cagneysetmessageid: <1555538508.93.0.179993336987.issue35866@roundup.psfhosted.org>
2019-04-17 22:01:48cagneylinkissue35866 messages
2019-04-17 22:01:48cagneycreate