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 amaury.forgeotdarc, hagen, kcarnold
Date 2009-06-03.11:10:14
SpamBayes Score 0.001260578
Marked as misclassified No
Message-id <1244027416.39.0.313288314379.issue4806@psf.upfronthosting.co.za>
In-reply-to
Content
This patch leaks a reference on each call to PyObject_GetIter(). And I'm
not sure it is a good idea to call this function again: it may be very
expensive! I'd prefer a simple check on the tp_iter member.
History
Date User Action Args
2009-06-03 11:10:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, hagen, kcarnold
2009-06-03 11:10:16amaury.forgeotdarcsetmessageid: <1244027416.39.0.313288314379.issue4806@psf.upfronthosting.co.za>
2009-06-03 11:10:15amaury.forgeotdarclinkissue4806 messages
2009-06-03 11:10:14amaury.forgeotdarccreate