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

Factor out common parts of qt and macos interrupt handling.#27285

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
ksunden merged 1 commit intomatplotlib:mainfromanntzer:ai
Nov 15, 2023

Conversation

anntzer
Copy link
Contributor

@anntzeranntzer commentedNov 7, 2023
edited
Loading

Note that we don't actually need to disable the QSocketNotifier at the end, just letting it go out of scope should be sufficient as its destructor also does that (see qsocketnotifier.cpp in the qt source tree).

Followup to#27221.

(Also had to rename some local variables named "signal" in the CallbackRegistry implementation; otherwise the style checker complains about shadowing the imported module name... though#26013 would make some of these irrelevant.) Switched to putting the contextmanager in backend_bases.

PR summary

PR checklist

Note that we don't actually need to disable the QSocketNotifier at theend, just letting it go out of scope should be sufficient as itsdestructor also does that (see qsocketnotifier.cpp).
@anntzer
Copy link
ContributorAuthor

Thanks, fixed the copy editing. Also switched to putting the contextmanager in backend_bases, as that seems more specific than dumping it in cbook as a "general" utility.

Copy link
Member

@oscargusoscargus left a comment

Choose a reason for hiding this comment

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

Anyone can merge on green.

Good that you moved fromcbook. Was about to suggest that.

@ksundenksunden merged commitaeefb3b intomatplotlib:mainNov 15, 2023
@anntzeranntzer deleted the ai branchNovember 15, 2023 20:32
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@oscargusoscargusoscargus approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.9.0
Development

Successfully merging this pull request may close these issues.

4 participants
@anntzer@QuLogic@oscargus@ksunden

[8]ページ先頭

©2009-2025 Movatter.jp