Message156099
| Author | pitrou |
|---|---|
| Recipients | Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.smith, eric.snow, ncoghlan, pitrou, vstinner |
| Date | 2012-03-16.23:11:08 |
| SpamBayes Score | 0.0027737212 |
| Marked as misclassified | No |
| Message-id | <1331939469.32.0.11437517709.issue2377@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There are also reference leaks:
$ ./python -m test -R 3:2 test_bz2
[1/1] test_bz2
beginning 5 repetitions
12345
.....
test_bz2 leaked [-1, -1] references, sum=-2
$ ./python -m test -R 3:2 test_hashlib
[1/1] test_hashlib
beginning 5 repetitions
12345
.....
test_hashlib leaked [-1, -1] references, sum=-2
1 test failed:
test_hashlib
$ ./python -m test -R 3:2 test_capi
[1/1] test_capi
beginning 5 repetitions
12345
.....
test_capi leaked [78, 78] references, sum=156
1 test failed:
test_capi |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-16 23:11:09 | pitrou | set | recipients: + pitrou, brett.cannon, ncoghlan, vstinner, eric.smith, benjamin.peterson, eric.araujo, alex, Trundle, eric.snow |
| 2012-03-16 23:11:09 | pitrou | set | messageid: <1331939469.32.0.11437517709.issue2377@psf.upfronthosting.co.za> |
| 2012-03-16 23:11:08 | pitrou | link | issue2377 messages |
| 2012-03-16 23:11:08 | pitrou | create | |