Propagate C++ expections in Python (again) #1700
Labels
bugfix
Restores intended behavior
improvement
Enhancement of an existing component
lang: cython
Implemented using Cython code
Problem Description
In #1697 we removed the old method for adding C++ backtraces to Python, since Python's
_PyTraceback_Add
is no longer part of the public API.An even older solution that we used before #1496 also doesn't work anymore. We should find a better way to propagate backtraces that do not depend on unstable Python features.
Solutions?
We could solve this in several ways:
The text was updated successfully, but these errors were encountered: