Skip to content

Support Python 3.14 pickle changes#511

Open
s-t-e-v-e-n-k wants to merge 1 commit into
Suor:masterfrom
s-t-e-v-e-n-k:support-python-314
Open

Support Python 3.14 pickle changes#511
s-t-e-v-e-n-k wants to merge 1 commit into
Suor:masterfrom
s-t-e-v-e-n-k:support-python-314

Conversation

@s-t-e-v-e-n-k

Copy link
Copy Markdown

pickle.dump() and friends in Python 3.14 will now raise PicklingError rather than AttributeError when they encounter something that can not be pickled, extend test_385 to handle both exceptions.

pickle.dump() and friends in Python 3.14 will now raise PicklingError
rather than AttributeError when they encounter something that can not be
pickled, extend test_385 to handle both exceptions.
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.

1 participant