TypeError
when except*
catches an unhashable exception
#99181
Labels
3.11
only security fixes
3.12
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
I recently had pytest-dev/pytest#10466 reported, and it seems likely to be an upstream bug in
except*
- cc @iritkatriel fyi.A somewhat simplified reproducing example:
If this is the intended behavior of course we'll work around it in Pytest, but we decided to report upstream in case it's not 🙂
The text was updated successfully, but these errors were encountered: