diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-04-22 06:39:19 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-04-22 06:39:19 (GMT) |
commit | d86ef05a02e820adfd1e3a11cd56d3444d9aa2c9 (patch) | |
tree | 30787c75b3ea3d03e90022ca6a42f539403e1250 /Misc | |
parent | c3a7f181008fef91b5a5977b370271ce3f7f75b0 (diff) | |
download | cpython-d86ef05a02e820adfd1e3a11cd56d3444d9aa2c9.zip cpython-d86ef05a02e820adfd1e3a11cd56d3444d9aa2c9.tar.gz cpython-d86ef05a02e820adfd1e3a11cd56d3444d9aa2c9.tar.bz2 |
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist.
Patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Core and Builtins Library ------- +- Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor + doesn't exist. Patch by Claudiu Popa. + - Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. - Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't |