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 terry.reedy
Recipients pablogsal, taleinat, terry.reedy
Date 2021-04-30.04:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619756899.74.0.103498919851.issue43981@roundup.psfhosted.org>
In-reply-to
Content
test_squeezer.ExpandingButtonTest accounts for most of the leak.
python -m test -R3:3 -v -ugui -m *zer.Expand* test_idle
test_idle leaked [576, 576, 576] references, sum=1728
test_idle leaked [282, 282, 282] memory blocks, sum=846
All 6 methods failed.  I believe the difference [108, 108, 108] [0, 0, 0] would not be a failure.

Yesterday's patch, https://github.com/python/cpython/pull/22682/files,
only made what seems like a trivial change in 2 of the 6 methods. Only a name was changed in squeeze.py.  

Tal, any idea why these are leaking?
History
Date User Action Args
2021-04-30 04:28:19terry.reedysetrecipients: + terry.reedy, taleinat, pablogsal
2021-04-30 04:28:19terry.reedysetmessageid: <1619756899.74.0.103498919851.issue43981@roundup.psfhosted.org>
2021-04-30 04:28:19terry.reedylinkissue43981 messages
2021-04-30 04:28:19terry.reedycreate