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
When an operation is performed on a closed ImageSlide, we've historically
raised an AttributeError upon dereferencing None. Add proper checks so
the type system understands what we're doing, raising ValueError as
lowlevel does. This is not an API change because it only affects invalid
caller behavior.
Signed-off-by: Benjamin Gilbert <[email protected]>
0 commit comments