]> granicus.if.org Git - python/commit
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn...
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 22 Apr 2015 06:39:19 +0000 (09:39 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 22 Apr 2015 06:39:19 +0000 (09:39 +0300)
commitd86ef05a02e820adfd1e3a11cd56d3444d9aa2c9
tree30787c75b3ea3d03e90022ca6a42f539403e1250
parentc3a7f181008fef91b5a5977b370271ce3f7f75b0
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist.

Patch by Claudiu Popa.
Doc/library/compileall.rst
Lib/compileall.py
Lib/test/test_compileall.py
Misc/NEWS