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 christian.heimes
Recipients christian.heimes, theller
Date 2007-11-05.13:53:43
SpamBayes Score 0.03006948
Marked as misclassified No
Message-id <472F2065.2070200@cheimes.de>
In-reply-to <1194269986.86.0.307084598845.issue1388@psf.upfronthosting.co.za>
Content
Thomas Heller wrote:
> Thomas Heller added the comment:
> 
> ./python Lib/test/regrtest.py -R:: test_ctypes does not report a leak,
> so I think there is no leak.

I'm getting

$ ./python Lib/test/regrtest.py -R:: test_ctypes
test_ctypes
beginning 9 repetitions
123456789
.........
test_ctypes leaked [-33, 0, 0, 0] references, sum=-33
1 test OK.
[101762 refs]

Is that ok?

Christian
History
Date User Action Args
2007-11-05 13:53:43christian.heimessetspambayes_score: 0.0300695 -> 0.03006948
recipients: + christian.heimes, theller
2007-11-05 13:53:43christian.heimeslinkissue1388 messages
2007-11-05 13:53:43christian.heimescreate