cpython/Misc/NEWS.d/next
Brandt Bucher 226a012d1c
bpo-42536: GC track recycled tuples (GH-23623)
Several built-in and standard library types now ensure that their internal result tuples are always tracked by the garbage collector:

- collections.OrderedDict.items
- dict.items
- enumerate
- functools.reduce
- itertools.combinations
- itertools.combinations_with_replacement
- itertools.permutations
- itertools.product
- itertools.zip_longest
- zip

Previously, they could have become untracked by a prior garbage collection.
2020-12-04 19:45:57 -08:00
..
Build bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) 2020-11-28 14:14:16 -08:00
C API Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516) 2020-11-28 13:46:30 -08:00
Core and Builtins bpo-42536: GC track recycled tuples (GH-23623) 2020-12-04 19:45:57 -08:00
Documentation bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) 2020-11-25 10:18:00 +01:00
IDLE bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) 2020-11-22 00:06:51 -05:00
Library bpo-26131: Deprecate usage of load_module() (GH-23469) 2020-12-04 15:39:21 -08:00
Security bpo-40791: Make compare_digest more constant-time. (GH-20444) 2020-11-21 00:55:23 -08:00
Tests bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) 2020-12-04 12:19:32 -08:00
Tools-Demos bpo-42212: smelly.py also checks the dynamic library (GH-23423) 2020-11-24 13:38:08 +01:00
Windows bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) 2020-11-16 23:22:42 +00:00
macOS bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) 2020-12-02 22:20:18 -05:00