This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients vinay.sajip, xiang.zhang
Date 2017-04-21.10:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492770046.3.0.517540487126.issue30115@psf.upfronthosting.co.za>
In-reply-to
Content
Also getting values I'm not sure how to interpret:

$ ./python -m test.regrtest -R : test_logging
Run tests sequentially
0:00:00 [1/1] test_logging
beginning 9 repetitions
123456789
.........
test_logging leaked [-164, 164, -164, 0] references, sum=-164
test_logging leaked [-54, 56, -54, 2] memory blocks, sum=-50
test_logging failed in 2 min 57 sec

How can you be sure the problem is here rather than in the reference leak checks?
History
Date User Action Args
2017-04-21 10:20:46vinay.sajipsetrecipients: + vinay.sajip, xiang.zhang
2017-04-21 10:20:46vinay.sajipsetmessageid: <1492770046.3.0.517540487126.issue30115@psf.upfronthosting.co.za>
2017-04-21 10:20:46vinay.sajiplinkissue30115 messages
2017-04-21 10:20:46vinay.sajipcreate