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

Fix side effect import for pickleutil #1216

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

blink1073
Copy link
Contributor

The module is deprecated, but we should still keep it working on Windows.

@blink1073 blink1073 added the bug label Feb 29, 2024
@@ -10,6 +10,7 @@
from types import FunctionType

# This registers a hook when it's imported
from ipyparallel.serialize import codeutil # noqa: F401
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this make ipykernel depend on ipyparallel?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is listed as a test dependency, but yeah, we should add a guard.

@blink1073 blink1073 merged commit 384bdb1 into ipython:6.x Feb 29, 2024
32 checks passed
@blink1073 blink1073 deleted the fix-pickeutil-on-windows branch February 29, 2024 15:25
blink1073 added a commit to blink1073/ipykernel that referenced this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants