-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Fix Handling of shell.should_run_async #605
Conversation
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.
Thanks!
Yes thank you! Is there a planned release with this fix? |
@meeseeksdev please backport to 5.5.x |
…on-5.5.x Backport PR #605 on branch 5.5.x (Fix Handling of shell.should_run_async)
I deleted https://pypi.org/project/ipykernel/5.5.1 because we would have to upgrade our ipython dependency to 7.17, which doesn't make sense in a patch release. cf #607. This will have to wait for the next minor or major release, whichever comes first. |
Noooooooooo. That reintroduce the exact bug the change of API was meant to prevent. We have transformers that are stateful; they destroy data if called twice.
|
Ah, did we miss passing |
Revert Backport of #605: Fix Handling of shell.should_run_async
Fixes #540