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(python): reference to type does not use alias #3728

Merged
merged 1 commit into from Aug 29, 2022

Commits on Aug 29, 2022

  1. fix(python): reference to type does not use alias

    Type references in a keyword property position may not have used
    the aliased import as intended, resulting in a runtime error due
    to referring to an undefined symbol.
    
    Additionally, keyword properties referencing structs did not
    allow dicts to be used in lieu of a struct instance.
    RomainMuller committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8e06fc8 View commit details
    Browse the repository at this point in the history