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
Hmm, yes good point. I think this ended up like that after a bit of a refactor so it's not that clear what it's even supposed to do! It appears harmless but I'll fix it in the next release. Thanks.
In
bitstring/bitstring/array_.py
Line 768 in c77c727
finally:
will override thereturn NotImplemented
in theexcept:
clause, so I don't think this code does what it was intended to do.See also https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions.
The text was updated successfully, but these errors were encountered: