]> granicus.if.org Git - python/commit
Issue #28485: Check for negative workers even without ProcessPoolExecutor
authorMartin Panter <vadmium+py@gmail.com>
Sat, 5 Nov 2016 01:11:36 +0000 (01:11 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 5 Nov 2016 01:11:36 +0000 (01:11 +0000)
commit88281ceed02d8f4599cb22f196e40bc30f4fb689
treef24d14a2a880599dc0958cf8ba063c05d436c687
parentda4887a88d4400ef12aca0bb8269838d2c9f9a00
Issue #28485: Check for negative workers even without ProcessPoolExecutor

This matches the documentation, and passes the test suite when multithreading
is disabled.
Lib/compileall.py
Misc/NEWS