[issue27749] python 3.5.2 maybe crash

R. David Murray report at bugs.python.org
Sat Aug 13 10:19:57 EDT 2016


R. David Murray added the comment:

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.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27749>
_______________________________________


More information about the Python-bugs-list mailing list