-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Improve startup time in several ways #15857
Conversation
…/ccordoba12/spyder-kernels.git external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "c6e6f283a" upstream: origin: "https://github.com/ccordoba12/spyder-kernels.git" branch: "delayed-modules" commit: "c6e6f283a" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
…s.git external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "6c7a9d8eb" upstream: origin: "https://github.com/ccordoba12/spyder-kernels.git" branch: "delayed-modules" commit: "6c7a9d8eb" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
Hello @ccordoba12! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-07-04 16:03:54 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @ccordoba12 👍
…use it's more flexible
…thub.com/ccordoba12/spyder-kernels.git external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "1362995de" upstream: origin: "https://github.com/ccordoba12/spyder-kernels.git" branch: "delayed-modules" commit: "1362995de" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
…der-ide/spyder-kernels.git external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "52ccb1b1a" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "2.x" commit: "52ccb1b1a" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" [ci skip]
Description of Changes
QApplication.processEvents
before and during callingon_mainwindow_visible
, so that users don't have to wait until those methods finish before seeing the main window.Depends on spyder-ide/spyder-kernels#259
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: @ccordoba12