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

fixes #69 - deepcopy struct default values on init. Also includes th… #138

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

robambalu
Copy link
Collaborator

…ese other fixes that popped up along the way:

  • Fix move semantics on python DialectGeneric impl
  • Fix deepcopy call when passing a tuple argument ( was only extracting first element )
  • Fix extremely subtle deepcopy bug where partially created PyStruct was getting GC cleaned

…se other fixes that popped up along the way:

* Fix move semantics on python DialectGeneric impl
* Fix deepcopy call when passing a tuple argument ( was only extracting first element )
* Fix extremely subtle deepcopy bug where partially created PyStruct was getting GC cleaned

Signed-off-by: Ambalu, Robert <robert.ambalu@point72.com>
@AdamGlustein AdamGlustein self-requested a review March 7, 2024 19:46
@robambalu robambalu merged commit e29f77b into main Mar 7, 2024
15 checks passed
@robambalu robambalu deleted the bugfix/struct_deepcopy_on_init branch March 7, 2024 20:10
@timkpaine timkpaine added the type: bug Concrete, reproducible bugs label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants