Fix Handling of shell.should_run_async#605
Fix Handling of shell.should_run_async#605blink1073 merged 1 commit intoipython:masterfrom afshin:should-run-async
Conversation
|
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