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 josh.r, r.david.murray, serhiy.storchaka, spencera, terry.reedy
Date 2017-02-03.14:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5367962.kkSYkb3vJg@raxxla>
In-reply-to <1486129585.67.0.197706431743.issue29423@psf.upfronthosting.co.za>
Content
It was backported but later reverted (54dd5c105334).

I concur with Josh. Thank you for good analysis Josh.

As for your idea about more detailed error reporting, I think it can be 
implemented. Separate exception can be raised for every object in the chain, 
with chaining one exception to other. This is separate issue.
History
Date User Action Args
2017-02-03 14:09:32serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, r.david.murray, josh.r, spencera
2017-02-03 14:09:32serhiy.storchakalinkissue29423 messages
2017-02-03 14:09:32serhiy.storchakacreate