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

making it possible to use another package instead of pickle for serialization (e.g. dill) #494

Merged
merged 1 commit into from May 12, 2024

Conversation

schlichtanders
Copy link
Contributor

Looking into the documentation it looks like PythonCall uses Environment Variables for configuration.

Hence I added a simple "JULIA_PYTHONCALL_PICKLE" Environment Variable which defaults to "pickle". This way users like me can easily use a more complete serialization system, as "pickle" cannot serialize everything (e.g. precompiled code, which is my usecase).

making it possible to use another package instead of `pickle` for serialization (e.g. `dill`)
@cjdoris cjdoris merged commit f898a2c into JuliaPy:main May 12, 2024
7 of 13 checks passed
@cjdoris
Copy link
Collaborator

cjdoris commented May 12, 2024

Thanks!

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