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

[mypyc] Optimize __(a)enter__/__(a)exit__ paths for native case #14530

Merged
merged 1 commit into from
Jan 30, 2023

Commits on Jan 26, 2023

  1. [mypyc] Optimize __(a)enter__/__(a)exit__ paths for native case

    Closes mypyc/mypyc#904
    
    Directly calls enter and exit handlers in the case that the context manager is implemented natively.
    
    Unfortunately the implementation becomes a bit more complicated because there are two different places where we call exit in different ways, and they both need to support the native and non-native cases.
    jhance committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    55dd80e View commit details
    Browse the repository at this point in the history