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

fix deepcopy on templated structs #440

Merged
merged 2 commits into from
Mar 4, 2021
Merged

fix deepcopy on templated structs #440

merged 2 commits into from
Mar 4, 2021

Conversation

thejta
Copy link
Contributor

@thejta thejta commented Mar 4, 2021

This enables the use of the copy constructor to provide unique copies of data when using python copy/deepcopy module. Without it, use of those functions fail.

Signed-off-by: Jason Albert <albertj@us.ibm.com>
Signed-off-by: Jason Albert <albertj@us.ibm.com>
@thejta
Copy link
Contributor Author

thejta commented Mar 4, 2021

Please squash merge this, there is no need to keep the history of the two separate commits. I was originally just going to fix my specific problem, then decided to apply it for all instances.

@kahnevan kahnevan merged commit b3d5455 into open-power:master Mar 4, 2021
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.

None yet

3 participants