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've bisected this to 53fd2ad. From looking at that commit quickly, I'm guessing that switching from _subclass(Sequence) to is_sequence is causing a tuple to no longer be considered a sequence.
The text was updated successfully, but these errors were encountered:
Description
There are a few spots in the code where I unstructure a tuple of attrs objects in preparation for JSON-encoding them. This stopped working with 1.2.0.
What I Did
Here's a minimal reproducer:
I've bisected this to 53fd2ad. From looking at that commit quickly, I'm guessing that switching from
_subclass(Sequence)
tois_sequence
is causing a tuple to no longer be considered a sequence.The text was updated successfully, but these errors were encountered: