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

Suboptimal Reporting of Recursion Errors #56

Open
ThomasLastName opened this issue Jan 8, 2024 · 0 comments
Open

Suboptimal Reporting of Recursion Errors #56

ThomasLastName opened this issue Jan 8, 2024 · 0 comments

Comments

@ThomasLastName
Copy link

ThomasLastName commented Jan 8, 2024

It appears that the full stack gets printed? Not ideal...

import pretty_errors    # or omit out to see base python behavior

def recursive_function():
    recursive_function()

recursive_function()    # Call the recursive function to trigger the recursion error

Thanks for your hard work on the package! I'll be recommending it to everyone I code with!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant