[issue20745] test_statistics fails in refleak mode

Antoine Pitrou report at bugs.python.org
Mon Feb 24 18:37:58 CET 2014


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 same problem arises with "-F" instead of "-R")

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20745>
_______________________________________


More information about the Python-bugs-list mailing list