Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JukkaL merged 1 commit intopython:masterfromjhance:enter-exit-opt
Jan 30, 2023

Conversation

@jhance
Copy link
Collaborator

Closesmypyc/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.

Closesmypyc/mypyc#904Directly 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.
Copy link
Collaborator

@JukkaLJukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good to me! Nice to have this performance bottleneck fixed.

@JukkaLJukkaL merged commitb2cf9d1 intopython:masterJan 30, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JukkaLJukkaLJukkaL approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Optimize with statement with native classes

2 participants

@jhance@JukkaL

[8]ページ先頭

©2009-2025 Movatter.jp