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

[0.970 backport] flush keepalives on operator assignment statements #13151

Merged
merged 1 commit into from Jul 16, 2022

Commits on Jul 16, 2022

  1. flush keepalives on operator assignment statements (python#13144)

    This PR makes mypyc flush keepalives on operator assignment statements, to prevent accessing undefined variables in the generated C code.
    
    Fixes mypyc/mypyc#941.
    zsol authored and hauntsaninja committed Jul 16, 2022
    Copy the full SHA
    42e355f View commit details
    Browse the repository at this point in the history