You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ask myself if it couldn't be added conditionnaly there according to python version (since 3.11) to have better raise output at the end of the traceback
Hi all,
I've experimented this
https://daniel.feldroy.com/posts/til-2025-05-exception-add_note
It works nicely
I ask myself if it couldn't be added conditionnaly there according to python version (since 3.11) to have better raise output at the end of the traceback
https://github.com/acsone/git-aggregator/blob/master/git_aggregator/repo.py#L267
Example here
https://github.com/pydantic/pydantic/blob/d5684659df98d55678a450690000346dd326280b/pydantic/_internal/_typing_extra.py#L465
What do you think ?