Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants