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 serhiy.storchaka
Recipients python-dev, rhettinger, serhiy.storchaka
Date 2015-07-19.19:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437333659.32.0.82985188536.issue24583@psf.upfronthosting.co.za>
In-reply-to
Content
5c3812412b6f caused a refleak.

$ ./python -m test.regrtest -uall -R 3:3 test_set
[1/1] test_set
beginning 6 repetitions
123456
......
test_set leaked [23561, 24961, 23961] references, sum=72483
test_set leaked [785, 787, 787] memory blocks, sum=2359
1 test failed:
    test_set

Proposed patch fixes this.
History
Date User Action Args
2015-07-19 19:20:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, python-dev
2015-07-19 19:20:59serhiy.storchakasetmessageid: <1437333659.32.0.82985188536.issue24583@psf.upfronthosting.co.za>
2015-07-19 19:20:59serhiy.storchakalinkissue24583 messages
2015-07-19 19:20:58serhiy.storchakacreate