Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__in__ appears always returns False #24

Open
talwrii opened this issue Apr 4, 2023 · 0 comments
Open

__in__ appears always returns False #24

talwrii opened this issue Apr 4, 2023 · 0 comments

Comments

@talwrii
Copy link

talwrii commented Apr 4, 2023

It should error out or return the correct result.

(Pdb) self.store["blah"] = "1"
(Pdb) "blah" in self.store
False
(Pdb) self.store["blah"]
b'1'
(Pdb) self.store
<semidbm.db._SemiDBM object at 0x11f6ec050>
(Pdb) semidbm.__version__
'0.5.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant