Staging
v0.8.1
https://github.com/python/cpython
Revision 226a012d1cd61f42ecd3056c554922f359a1a35d authored by Brandt Bucher on 05 December 2020, 03:45:57 UTC, committed by GitHub on 05 December 2020, 03:45:57 UTC
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.
1 parent 2de5097
History
Tip revision: 226a012d1cd61f42ecd3056c554922f359a1a35d authored by Brandt Bucher on 05 December 2020, 03:45:57 UTC
bpo-42536: GC track recycled tuples (GH-23623)
Tip revision: 226a012
File Mode Size
lib.wixproj -rw-r--r-- 1.5 KB
lib.wxs -rw-r--r-- 929 bytes
lib_d.wixproj -rw-r--r-- 677 bytes
lib_d.wxs -rw-r--r-- 703 bytes
lib_en-US.wxl -rw-r--r-- 254 bytes
lib_files.wxs -rw-r--r-- 5.9 KB
lib_pdb.wixproj -rw-r--r-- 681 bytes
lib_pdb.wxs -rw-r--r-- 706 bytes

back to top