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 serhiy.storchaka
Recipients bkabrda, ethan.furman, georg.brandl, ncoghlan, paul.moore, python-dev, sYnfo, serhiy.storchaka, vstinner, wolma
Date 2015-03-20.08:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <11327385.EzgNiOrTY1@raxxla>
In-reply-to <1426840833.59.0.790525472586.issue23700@psf.upfronthosting.co.za>
Content
> Ah yes, correct: when a generator using "yield from obj" is destroyed while
> yield from is not done, obj.close() is called if the method exists.

But why obj.close() is called? The reference to fileobj is live, it shouldn't 
be closed.

> This solution looks more complex than tempfile_iter_fix.patch.

Why you prefer more complex solution to simple solution?
History
Date User Action Args
2015-03-20 08:56:27serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, paul.moore, ncoghlan, vstinner, ethan.furman, python-dev, bkabrda, sYnfo, wolma
2015-03-20 08:56:27serhiy.storchakalinkissue23700 messages
2015-03-20 08:56:27serhiy.storchakacreate