diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-26 18:29:44 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-26 18:29:44 (GMT) |
commit | c13d454e84aabe80fbc7763491bdfb3c924016fe (patch) | |
tree | cfa7515e3fc60914ec8101b6017689da9d6ac29f /Misc | |
parent | d9faa201cedbb5a1882ad50e72e85c6f99c7f18e (diff) | |
download | cpython-c13d454e84aabe80fbc7763491bdfb3c924016fe.zip cpython-c13d454e84aabe80fbc7763491bdfb3c924016fe.tar.gz cpython-c13d454e84aabe80fbc7763491bdfb3c924016fe.tar.bz2 |
Issue #11635: Don't use polling in worker threads and processes launched by
concurrent.futures.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ Core and Builtins Library ------- +- Issue #11635: Don't use polling in worker threads and processes launched by + concurrent.futures. + - Issue #11628: cmp_to_key generated class should use __slots__ - Issue #11666: let help() display named tuple attributes and methods |