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 docs@python, martin.panter, mpaolini, pitrou, r.david.murray, sjdrake
Date 2015-04-22.23:11:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429744268.0.0.406760319132.issue23227@psf.upfronthosting.co.za>
In-reply-to
Content
This looks logical to me. The "finally" block is only entered if the "try" block is ever entered, but if you don't consume anything in the generator then the generator's code is never actually executed.
History
Date User Action Args
2015-04-22 23:11:08pitrousetrecipients: + pitrou, r.david.murray, docs@python, martin.panter, mpaolini, sjdrake
2015-04-22 23:11:08pitrousetmessageid: <1429744268.0.0.406760319132.issue23227@psf.upfronthosting.co.za>
2015-04-22 23:11:07pitroulinkissue23227 messages
2015-04-22 23:11:07pitroucreate