New submission from Saimadhav Heblikar: Adds test for UndoDelegator class in idlelib.UndoDelegator.
With the help of Victor Stinner on IRC, I managed to reduce the refleak, but the current status is: saimadhav@debian:~/dev/34-cpython$ ./python -m test -R 3:3 -uall test_idle [1/1] test_idle beginning 6 repetitions 123456 ...... test_idle leaked [237, 237, 237] references, sum=711 test_idle leaked [95, 98, 97] memory blocks, sum=290 1 test failed: test_idle Any hint on where the problem is? --- I also plan to cover other helper classes in the same UndoDelegator file. ---------- components: IDLE files: test-undodelegator.diff keywords: patch messages: 220158 nosy: jesstess, sahutd, terry.reedy priority: normal severity: normal status: open title: IDLE: Test UndoDelegator versions: Python 2.7, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file35550/test-undodelegator.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21703> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com