4 Jun
2012
4 Jun
'12
12:57 p.m.
On Mon, 04 Jun 2012 19:36:52 +0200, Antoine Pitrou <solipsis@pitrou.net> wrote:
Le 03/06/2012 06:01, Benjamin Peterson a écrit :
2012/6/2<solipsis@pitrou.net>:
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