[issue20745] test_statistics fails in refleak mode

2014-08-28 Thread Zachary Ware
Zachary Ware added the comment: Thanks, Xavier! -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed superseder: -> test_asyncio unstable in refleak mode ___ Python tracker __

[issue20745] test_statistics fails in refleak mode

2014-08-26 Thread Xavier de Gaye
Xavier de Gaye added the comment: This issue can be closed. After changeset 7bc53cf8b2df by Zachary Ware in issue 22104: ./python -m test -R3:3 test_statistics is ok now. -- nosy: +zach.ware ___ Python tracker __

[issue20745] test_statistics fails in refleak mode

2014-05-09 Thread Ezio Melotti
Ezio Melotti added the comment: #20746 seems to have a patch for this. -- nosy: +xdegaye ___ Python tracker ___ ___ Python-bugs-list m

[issue20745] test_statistics fails in refleak mode

2014-05-09 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch versions: +Python 3.5 ___ Python tracker ___ ___ Python-bugs-l

[issue20745] test_statistics fails in refleak mode

2014-02-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: (ah, actually "-F" seems to work fine with test_statistics :-)) -- ___ Python tracker ___ ___ Python

[issue20745] test_statistics fails in refleak mode

2014-02-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: The best way to learn about the different testing modes is to run "./python -m test -h". Basically "-R" executes the given tests several times in a row. This failure shows that test_statistics doesn't like being executed several times, which is a bug. (the sa

[issue20745] test_statistics fails in refleak mode

2014-02-24 Thread Steven D'Aprano
Steven D'Aprano added the comment: I don't know how to interpret this. Where can I find out more about refleak mode? Thanks. -- ___ Python tracker ___ __

[issue20745] test_statistics fails in refleak mode

2014-02-23 Thread Antoine Pitrou
New submission from Antoine Pitrou: $ ./python -m test -W -R3:3 test_statistics [1/1] test_statistics [...] == FAIL: assertApproxEqual (test.test_statistics.NumericTestCase) Doctest: test.test_statistics.NumericTestCase.assertAp