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

PR: Fix kernel restart for the Windows app (IPython console) #17158

Merged
merged 2 commits into from Jan 10, 2022

Conversation

ccordoba12
Copy link
Member

@ccordoba12 ccordoba12 commented Jan 8, 2022

Description of Changes

  • The restart was not happening because there is some benign content written to the kernel stderr file, which caused aborting the restart.
  • This could fix a similar problem for the Mac app.

Issue(s) Resolved

Fixes #17042.

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

@ccordoba12 ccordoba12 added this to the v5.2.2 milestone Jan 8, 2022
@ccordoba12 ccordoba12 self-assigned this Jan 8, 2022
@ccordoba12
Copy link
Member Author

Note: This requires a rebase after PR #17156 is merged.

- The restart was not happening because there is some content written
to the kernel stderr file, which caused aborting the restart.
- This could fix a similar problem for the Mac app.
Copy link
Member

@dalthviz dalthviz left a comment

Choose a reason for hiding this comment

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

Thanks @ccordoba12 ! Checking this locally with the installer on Windows is working for me 👍

@dalthviz dalthviz merged commit 77e9721 into spyder-ide:5.x Jan 10, 2022
@ccordoba12 ccordoba12 deleted the issue-17042 branch January 10, 2022 17:43
dalthviz added a commit that referenced this pull request Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants