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 Vikas
Recipients Anssi.Kääriäinen, Vikas, amaury.forgeotdarc, benjamin.peterson, docs@python, isoschiz, ncoghlan, pconnell, pitrou, vstinner
Date 2015-10-22.14:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445523494.87.0.915127442366.issue17468@psf.upfronthosting.co.za>
In-reply-to
Content
I see this comment :
>> When iteration over a queryset raised an exception, the result cache remained initialized with an empty list, so subsequent iterations returned an empty list instead of raising an exception>>

What if we catch the exceptions? Will that cause not to leak memory?
History
Date User Action Args
2015-10-22 14:18:15Vikassetrecipients: + Vikas, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, benjamin.peterson, docs@python, Anssi.Kääriäinen, pconnell, isoschiz
2015-10-22 14:18:14Vikassetmessageid: <1445523494.87.0.915127442366.issue17468@psf.upfronthosting.co.za>
2015-10-22 14:18:14Vikaslinkissue17468 messages
2015-10-22 14:18:14Vikascreate