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

bug with __ior__ #108

Open
skogsbaer opened this issue May 9, 2022 · 0 comments
Open

bug with __ior__ #108

skogsbaer opened this issue May 9, 2022 · 0 comments

Comments

@skogsbaer
Copy link
Owner

In test_interface_set.py, there is a test case test_ior that is currently being skipped.

The builtin set type seems to play some tricks on ior, which seems to return NotImplemented. I guess that a workaround would be to swap to order in the ProtocolWrapper: the methods with type annotations should not call the methods of the wrapped type, instead they should call the methods of the wrapper.

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