RecursionError
in InterestingOrigin.from_exception
with recursive __context__
#4115
Labels
bug
something is clearly wrong here
causes an infinite recursion in
InterestingOrigin.from_exception
hypothesis/hypothesis-python/src/hypothesis/internal/escalation.py
Lines 110 to 127 in 879225d
Due to
exception.__context__.exceptions[0] is exception
.You can also do it without exceptiongroups, but idk if this would ever be encountered in the wild:
Encountered during development of #4110
The text was updated successfully, but these errors were encountered: