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 r.david.murray
Recipients Decorater, eryksun, paul.moore, r.david.murray, steve.dower, tim.golden, wevsty, zach.ware
Date 2016-08-13.14:19:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471097997.54.0.819030240482.issue27749@psf.upfronthosting.co.za>
In-reply-to
Content
Decorator: In python code you generally want to let the exception bubble up so that you can see what the error was.  Sometimes you do want to catch general errors, but mostly you don't.

As for C++ try/catch, CPython is written in C, not C++.

So, your comment doesn't really have any relevance to this issue, I'm afraid.
History
Date User Action Args
2016-08-13 14:19:57r.david.murraysetrecipients: + r.david.murray, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Decorater, wevsty
2016-08-13 14:19:57r.david.murraysetmessageid: <1471097997.54.0.819030240482.issue27749@psf.upfronthosting.co.za>
2016-08-13 14:19:57r.david.murraylinkissue27749 messages
2016-08-13 14:19:57r.david.murraycreate