
rdmurray at bitdance
Jun 4, 2012, 12:57 PM
Post #2 of 2
(75 views)
Permalink
|
|
Re: Daily reference leaks (d9b7399d9e45): sum=462
[In reply to]
|
|
On Mon, 04 Jun 2012 19:36:52 +0200, Antoine Pitrou <solipsis [at] pitrou> wrote: > Le 03/06/2012 06:01, Benjamin Peterson a écrit : > > 2012/6/2<solipsis [at] pitrou>: > >> results for d9b7399d9e45 on branch "default" > >> -------------------------------------------- > >> > >> test_smtplib leaked [154, 154, 154] references, sum=462 > > > > Can other people reproduce this one? I can't. > > $ ./python -m test -R 3:3 -uall test_smtpd test_smtplib > [1/2] test_smtpd > beginning 6 repetitions > 123456 > ...... > [2/2] test_smtplib > beginning 6 repetitions > 123456 > ...... > test_smtplib leaked [154, 154, 154] references, sum=462 Gah. Looks like a copy and paste error by one of the many people (including me) who contributed to the last smtpd patch. Should be fixed by 079c1942eedf. --David
|