mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
226a012d1c
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.