Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backtrace does not handle nested exceptions #6

Open
nir0s opened this issue Mar 3, 2017 · 0 comments
Open

Backtrace does not handle nested exceptions #6

nir0s opened this issue Mar 3, 2017 · 0 comments
Labels

Comments

@nir0s
Copy link
Owner

nir0s commented Mar 3, 2017

In python3, running the following will result in backtrace not identifying a traceback:

try:
    raise Exception
except Exception:
    _, __, tb = sys.exc_info()
    raise Exception(tb)
$ python test.py 2>&1 | backtrace
@nir0s nir0s added the bug label Dec 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant