On 14 Nov, 23:10, Terry Reedy <tjre... at udel.edu> wrote: > It would be much better, for instance, to tweak Python, which it > has had great success with, to better run on multiple cores." Python run well on multiple cores, you just have to use processes instead of threads.