[issue23849] Leaks in test_deque

Raymond Hettinger report at bugs.python.org
Sat Apr 4 18:05:05 CEST 2015


Raymond Hettinger added the comment:

Hmm, I don't see this on my build (Mac OS/X 10.10.2 clang-600.0.57):

$ ./python.exe -m test.regrtest -R 3:3:reflog test_deque
[1/1] test_deque
beginning 6 repetitions
123456
......
1 test OK.


Nor do I see any flux using the test_deque's down repeat loop:
$ ./python.exe Lib/test/test_deque.py
[178999, 178999, 178999, 178999, 178999] 
doctest (test.test_deque) ... 32 tests with zero failures

----------

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


More information about the Python-bugs-list mailing list