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(sdk/python): Allow for duplicate output values in python programs #11559

Merged
merged 1 commit into from Dec 8, 2022

Commits on Dec 7, 2022

  1. fix(sdk/python): Allow for duplicate output values in python programs

    I used the node SDK as inspiration for this change - there were a few things
    we were doing differently in python (specifically handling all cases in
    the outer layer of `massage` rather than allowing for more fine-grained
    control in a `massage_complex` function like in node.  We also take the stack
    concept from the node SDK to resolve the immediate issue of duplicate outputs.
    Kyle Pitzen authored and Kyle Pitzen committed Dec 7, 2022
    Copy the full SHA
    592dc92 View commit details
    Browse the repository at this point in the history