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 vstinner
Recipients pitrou, serhiy.storchaka, vstinner
Date 2015-01-31.01:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwabYzz8Kd0zHq3VdnmdkAtdVOSOyCVVuyyLbVtM=d_HAg@mail.gmail.com>
In-reply-to <1422667017.55.0.0628203842001.issue23353@psf.upfronthosting.co.za>
Content
> > Currently, a generator inherits the currently handled exception from
> > the "caller"
>
> This is expected, since this is how normal functions behave.

Do you see how to fix the issue without changing the behaviour?
History
Date User Action Args
2015-01-31 01:38:15vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2015-01-31 01:38:15vstinnerlinkissue23353 messages
2015-01-31 01:38:15vstinnercreate