This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Antony.Lee, pitrou, serhiy.storchaka
Date 2021-08-31.12:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630412171.35.0.528796306895.issue27175@roundup.psfhosted.org>
In-reply-to
Content
Pickling Patch can be useful in multiprocessing, you can pass the Patch argument to function executed in other process. It can also be useful if you save the state of your program and restore it at the next start. In both cases you pickle and unpickle on the same computer.

If unpickle Path on other platform, the only meaningful operation on result are these which are implemented in PurePath. So Antony's proposition looks reasonable to me.
History
Date User Action Args
2021-08-31 12:16:11serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, Antony.Lee
2021-08-31 12:16:11serhiy.storchakasetmessageid: <1630412171.35.0.528796306895.issue27175@roundup.psfhosted.org>
2021-08-31 12:16:11serhiy.storchakalinkissue27175 messages
2021-08-31 12:16:11serhiy.storchakacreate