[Python-Dev] [Python-checkins] Daily reference leaks (784a02ec2a26): sum=522 (original) (raw)
Benjamin Peterson benjamin at python.org
Thu Nov 14 15:14:46 CET 2013
- Previous message: [Python-Dev] [Python-checkins] Daily reference leaks (784a02ec2a26): sum=522
- Next message: [Python-Dev] unicode Exception messages in py2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2013/11/14 Antoine Pitrou <solipsis at pitrou.net>:
On Thu, 14 Nov 2013 22:01:32 +1000 Nick Coghlan <ncoghlan at gmail.com> wrote:
On 14 Nov 2013 21:58, "Nick Coghlan" <ncoghlan at gmail.com> wrote: > > > On 14 Nov 2013 13:52, <solipsis at pitrou.net> wrote: > > > > results for 784a02ec2a26 on branch "default" > > -------------------------------------------- > > > > testcodeccallbacks leaked [40, 40, 40] references, sum=120 > > testcodeccallbacks leaked [40, 40, 40] memory blocks, sum=120 > > testcodecs leaked [38, 38, 38] references, sum=114 > > testcodecs leaked [24, 24, 24] memory blocks, sum=72 > > testemail leaked [16, 16, 16] references, sum=48 > > testemail leaked [16, 16, 16] memory blocks, sum=48 > > Hmm, it appears I have a reference leak somewhere.
Ah, Benjamin fixed it already. Thanks! :) The reference leak task has been running for quite some time on my personal machine and I believe it has proven useful. I have no problem continuing running it on the same machine (which is mostly sitting idle anyway), but maybe it should rather be hosted on our CI infrastructure? Any suggestions?
Thank you very much for running that, btw. I'm sure we would have released a lot of horribly leaking stuff without it.
(the script is quite rough with hardcoded stuff, but beating it into better shape could be a nice target for first-time contributors)
Perhaps someone can figure out how to run it on one of the the buildbots?
-- Regards, Benjamin
- Previous message: [Python-Dev] [Python-checkins] Daily reference leaks (784a02ec2a26): sum=522
- Next message: [Python-Dev] unicode Exception messages in py2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]