[Python-checkins] Daily reference leaks (7509a0607c40): sum=3

Terry Reedy tjreedy at udel.edu
Thu Dec 4 17:16:44 CET 2014


On 12/4/2014 4:29 AM, solipsis at pitrou.net wrote:
> results for 7509a0607c40 on branch "default"
> --------------------------------------------
>> test_functools leaked [0, 0, 3] memory blocks, sum=3
>
> Command line was: ['./python', '-m', 'test.regrtest', '-uall',
  '-R', '3:3:/home/antoine/cpython/refleaks/reflogI5yidF', '-x']

I tried to see if I could at least find the offending test, but
if I am reading the below correctly, there is no leak on Windows.

F:\Python\dev\35\PCbuild>python_d -m test -uall -R 3:3 test_functools
[1/1] test_functools
beginning 6 repetitions
123456
......
1 test OK.

both with 2-week-old build and fresh build

tjr





More information about the Python-checkins mailing list