cpython/Misc/NEWS.d/next
Grzegorz Grzywacz 97e1b1c814 bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560)
* bpo-27144: concurrent.futures as_complie and map iterators do not keep
reference to returned object

* Some nits.  Improve wordings in docstrings and comments, and avoid relying on
sys.getrefcount() in tests.
2017-09-01 18:54:00 +02:00
..
Build bpo-30854: Fix compile error when --without-threads (#2581) 2017-07-05 10:39:17 +02:00
C API bpo-30832: Remove own implementation for thread-local storage (#2537) 2017-07-03 13:34:38 +02:00
Core and Builtins bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3226) 2017-08-29 20:40:15 +03:00
Documentation bpo-30803: clarify truth value testing documentation (#2508) 2017-07-29 15:18:13 -04:00
IDLE bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections. (#3239) 2017-08-30 00:59:11 -04:00
Library bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560) 2017-09-01 18:54:00 +02:00
Security bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) 2017-08-18 23:43:54 +02:00
Tests bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) 2017-08-15 10:33:43 +02:00
Tools-Demos bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) 2017-08-21 16:40:29 -07:00
Windows bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934) 2017-08-30 11:01:08 +02:00
macOS