Message272589
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. |
|
Date |
User |
Action |
Args |
2016-08-13 14:19:57 | r.david.murray | set | recipients:
+ r.david.murray, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Decorater, wevsty |
2016-08-13 14:19:57 | r.david.murray | set | messageid: <1471097997.54.0.819030240482.issue27749@psf.upfronthosting.co.za> |
2016-08-13 14:19:57 | r.david.murray | link | issue27749 messages |
2016-08-13 14:19:57 | r.david.murray | create | |
|