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

Turn _Dict into an identity map #87

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Turn _Dict into an identity map #87

merged 1 commit into from
Nov 6, 2024

Conversation

kaste
Copy link
Owner

@kaste kaste commented Nov 6, 2024

Fixes #86

Note esp. that there is no dunder-method to overwrite the is operator,
unlike __eq__, so this seems a) safe for all possible objects, and b)
especially right for data objects that implement __eq__.

Fixes #86

Note esp. that there is no dunder-method to overwrite the `is` operator,
unlike `__eq__`, so this seems a) safe for all possible objects, and b)
especially right for data objects that implement `__eq__`.
@kaste kaste merged commit e6ea904 into master Nov 6, 2024
38 checks passed
@kaste kaste deleted the issue-86 branch November 6, 2024 16:52
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

Successfully merging this pull request may close these issues.

multiple when not working when spec added to mock
1 participant