|
|
|
|
|
by the_mitsuhiko
4334 days ago
|
|
To be honest. As cool as this feature is in the 1% of cases where I wanted it, so annoying is it in 99% of all other cases. Tracebacks on Python 3 became a lot more complex because very often exceptions are intentionally swallowed to be reraised differently and they just mess up the traceback now. For instance any custom collection that acts as a decorator will now generate very large tracebacks. I would have much preferred if the reraising with old traceback would have been a feature you can enable per site where you raise. |
|