This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients CharlieZhao, corona10, eric.snow, erlendaasland, h-vetinari, miss-islington, nw0, pablogsal, petr.viktorin, phsilva, pitrou, serhiy.storchaka, shihai1991, skrah, vstinner
Date 2022-01-28.02:42:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643337731.89.0.0215773701399.issue40077@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-01-28 02:42:11vstinnersetrecipients: + 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:11vstinnersetmessageid: <1643337731.89.0.0215773701399.issue40077@roundup.psfhosted.org>
2022-01-28 02:42:11vstinnerlinkissue40077 messages
2022-01-28 02:42:11vstinnercreate