Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Open
Description
In python <=3.12, the resolved path ofPath
waspathlib.Path
, however upon conversion of pathlib into a package now pickle stores the pickled objects aspathlib._local.Path
. This leads to backwards incompatibility of files generated with Python >= 3.13. I suppose one can still load pickle files saved using py <= 3.12 into 3.13, but I was wondering if this is as intended.
cpython/Lib/pathlib/__init__.py
Line 12 in57efb77
_local.__all__) |
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
No status