这是indexloc提供的服务,不要输入任何密码
Skip to content

Suboptimal Reporting of Recursion Errors #56

@ThomasLastName

Description

@ThomasLastName

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions