Skip to content

[CP-4790] Fix dill issue on Python3.12 #424

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

Merged
merged 1 commit into from
May 26, 2025

Conversation

rplopes
Copy link
Contributor

@rplopes rplopes commented May 26, 2025

Fixes https://datacamp.atlassian.net/browse/CP-4790

Outdated versions of dill, under certain conditions, throw the following exception in newer (> 3.9) Python versions:

TypeError: code() argument 13 must be str, not int

This is fixed in newer versions of dill.

@rplopes rplopes force-pushed the cp-4790-fix-dill-issue-on-python3_12 branch from 6e3475c to 0fbb6dc Compare May 26, 2025 08:51
@rplopes rplopes force-pushed the cp-4790-fix-dill-issue-on-python3_12 branch from 0fbb6dc to b2ce04c Compare May 26, 2025 08:52
@rplopes rplopes merged commit 27b7b50 into master May 26, 2025
1 check passed
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.

2 participants