Re: [Python-Dev] [Python-checkins] Daily reference leaks (d9b7399d9e45): sum=462
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. -- Regards, Benjamin
On Sun, Jun 3, 2012 at 6:01 AM, Benjamin Peterson <benjamin@python.org> wrote:
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.
I can't either: $ ./python -m test.regrtest -R : test_smtplib [1/1] test_smtplib beginning 9 repetitions 123456789 ......... 1 test OK. [172101 refs] (Ubuntu 10.04, x64 2.6.32-41-generic)
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
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
participants (4)
-
Antoine Pitrou
-
Benjamin Peterson
-
Eli Bendersky
-
R. David Murray