collections.deque
doesn't have a __bool__
method.
#2837
Labels
Comments
Hi, @DimitrisJim assign me plz~~ |
bump, any update on this @OhBonsai ? |
Hi, @DimitrisJim I will update in this weekend~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature
CPython:
RustPython:
bool
fordeque
s currently falls back to using__len__
when it should supply an implementation of__bool__
.The text was updated successfully, but these errors were encountered: