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

Implement __copy__ for observable collections (fixes #3023) #3046

Merged
merged 3 commits into from
May 10, 2024

Conversation

falkoschindler
Copy link
Contributor

This PR solves issue #3023 by implementing __copy__ and __deepcopy__ for observable collections.

@falkoschindler falkoschindler added the bug Something isn't working label May 10, 2024
@falkoschindler falkoschindler added this to the 1.4.25 milestone May 10, 2024
@falkoschindler falkoschindler merged commit 2825394 into main May 10, 2024
7 checks passed
@falkoschindler falkoschindler deleted the deepcopy branch May 10, 2024 10:08
@falkoschindler falkoschindler linked an issue May 10, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using copy.deepcopy on storage causes data loss.
2 participants