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 amaury.forgeotdarc
Recipients Kaushik.Kannan, amaury.forgeotdarc, barry, kauboy, r.david.murray
Date 2011-03-28.17:47:41
SpamBayes Score 0.0016022993
Marked as misclassified No
Message-id <1301334463.33.0.441637146622.issue11693@psf.upfronthosting.co.za>
In-reply-to
Content
I replaced guppy by a debug build of Python and a simple "print sys.gettotalrefcount()".
Indeed, I see a reference leak with Python2.6 (10 more references on every loop). There seems to be no leak with Python2.7.
Which version of Python do you use?
History
Date User Action Args
2011-03-28 17:47:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, r.david.murray, Kaushik.Kannan, kauboy
2011-03-28 17:47:43amaury.forgeotdarcsetmessageid: <1301334463.33.0.441637146622.issue11693@psf.upfronthosting.co.za>
2011-03-28 17:47:41amaury.forgeotdarclinkissue11693 messages
2011-03-28 17:47:41amaury.forgeotdarccreate