Message411964
I marked bpo-23769 "valgrind reports leaks for test_zipimport" as duplicate of this issue. At exit, Python doesn't clear the static types of the _collections, itertools and _struct extensions:
* itertools.accumulate
* itertools.combinations
* itertools.combinations_with_replacement
* itertools.cycle
* itertools.dropwhile
* itertools.takewhile
* itertools.islice
* itertools.starmap
* itertools.chain
* itertools.compress
* itertools.filterfalse
* itertools.count
* itertools.zip_longest
* itertools.pairwise
* itertools.permutations
* itertools.product
* itertools.repeat
* itertools.groupby
* itertools._grouper
* itertools._tee
* itertools._tee_dataobject
* collections.deque
* _collections._deque_iterator
* _collections._deque_reverse_iterator
* _collections._tuplegetter
* _struct.Struct
* _struct.unpack_iterator
See: https://bugs.python.org/issue23769#msg411963 |
|
Date |
User |
Action |
Args |
2022-01-28 02:42:11 | vstinner | set | recipients:
+ vstinner, pitrou, phsilva, petr.viktorin, skrah, eric.snow, serhiy.storchaka, corona10, pablogsal, miss-islington, shihai1991, erlendaasland, h-vetinari, nw0, CharlieZhao |
2022-01-28 02:42:11 | vstinner | set | messageid: <1643337731.89.0.0215773701399.issue40077@roundup.psfhosted.org> |
2022-01-28 02:42:11 | vstinner | link | issue40077 messages |
2022-01-28 02:42:11 | vstinner | create | |
|