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 pitrou
Recipients Anssi.Kääriäinen, amaury.forgeotdarc, benjamin.peterson, docs@python, isoschiz, ncoghlan, pconnell, pitrou, vstinner
Date 2013-04-20.13:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366464441.2512.25.camel@fsol>
In-reply-to <1366463983.04.0.0778469066172.issue17468@psf.upfronthosting.co.za>
Content
Those are two different issues:
- not calling the finalizer in a timely manner
- never calling the finalizer and creating a memory leak through
gc.garbage
History
Date User Action Args
2013-04-20 13:27:23pitrousetrecipients: + pitrou, amaury.forgeotdarc, ncoghlan, vstinner, benjamin.peterson, docs@python, Anssi.Kääriäinen, pconnell, isoschiz
2013-04-20 13:27:23pitroulinkissue17468 messages
2013-04-20 13:27:23pitroucreate