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 mstefanro
Recipients alexandre.vassalotti, asvetlov, mstefanro, pitrou
Date 2012-08-23.15:31:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <50364CB4.8070401@gmail.com>
In-reply-to <1345650598.98.0.0865781880473.issue15642@psf.upfronthosting.co.za>
Content
Are there also some known techniques on tracking down memory leaks?

I've played around with sys.gettotalrefcount to narrow down
the place where the leaks occur, but they seem to only occur in v4,
i.e. pickle.dumps(3.0+1j, 4) leaks but pickle.dumps(3.0+1j, 3) does
not.
However, there appears to be no difference in the code that gets
executed in v3 to the one executed in v4.
History
Date User Action Args
2012-08-23 15:31:14mstefanrosetrecipients: + mstefanro, pitrou, alexandre.vassalotti, asvetlov
2012-08-23 15:31:14mstefanrolinkissue15642 messages
2012-08-23 15:31:13mstefanrocreate