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 pitrou, serhiy.storchaka, vstinner
Date 2015-01-31.01:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422667017.55.0.0628203842001.issue23353@psf.upfronthosting.co.za>
In-reply-to
Content
> Currently, a generator inherits the currently handled exception from
> the "caller" 

This is expected, since this is how normal functions behave.
History
Date User Action Args
2015-01-31 01:16:57pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2015-01-31 01:16:57pitrousetmessageid: <1422667017.55.0.0628203842001.issue23353@psf.upfronthosting.co.za>
2015-01-31 01:16:57pitroulinkissue23353 messages
2015-01-31 01:16:57pitroucreate