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 alexandre.vassalotti, nagle, pitrou, serhiy.storchaka
Date 2015-03-14.08:54:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426323293.53.0.686938660793.issue23655@psf.upfronthosting.co.za>
In-reply-to
Content
No, there are no subprocess specific tests for pickle. Pickle tests are in Lib/test/pickletester.py  and Lib/test/test_pickle.py.

First try dump pickled data to a file and then load it in other process. Is it still failed?
History
Date User Action Args
2015-03-14 08:54:53serhiy.storchakasetrecipients: + serhiy.storchaka, nagle, pitrou, alexandre.vassalotti
2015-03-14 08:54:53serhiy.storchakasetmessageid: <1426323293.53.0.686938660793.issue23655@psf.upfronthosting.co.za>
2015-03-14 08:54:53serhiy.storchakalinkissue23655 messages
2015-03-14 08:54:53serhiy.storchakacreate