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 ThurnerRupert, christian.heimes
Date 2008-01-19.11:12:27
SpamBayes Score 0.0049927435
Marked as misclassified No
Message-id <1200741149.85.0.361345311409.issue1871@psf.upfronthosting.co.za>
In-reply-to
Content
You should take the problem to the general Python mailing list. Sorry,
but the bug tracker is the wrong place.

Some hints:

Do you have classes with a __del__ method which may create reference
cycles? The GC can't break cycles when a __del__ method is involved.

Are you keeping references to tracebacks, exception objects (except
Exception, err) or frames (sys._getframe())?
History
Date User Action Args
2008-01-19 11:12:30christian.heimessetspambayes_score: 0.00499274 -> 0.0049927435
recipients: + christian.heimes, ThurnerRupert
2008-01-19 11:12:29christian.heimessetspambayes_score: 0.00499274 -> 0.00499274
messageid: <1200741149.85.0.361345311409.issue1871@psf.upfronthosting.co.za>
2008-01-19 11:12:28christian.heimeslinkissue1871 messages
2008-01-19 11:12:27christian.heimescreate