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 Jeff Reback, belopolsky, serhiy.storchaka, yselivanov
Date 2016-11-18.13:49:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479476983.13.0.79655864051.issue28730@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your explanation Alexander. It looks reasonable.

But there are two drawbacks.

1. By default the fold bit is ignored. That means that you lost it when use multiprocessing or other library that uses default pickle protocol.

2. It is not easy to make a workaround for pickles with fold=1 in pre-PEP Python.
History
Date User Action Args
2016-11-18 13:49:43serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, yselivanov, Jeff Reback
2016-11-18 13:49:43serhiy.storchakasetmessageid: <1479476983.13.0.79655864051.issue28730@psf.upfronthosting.co.za>
2016-11-18 13:49:43serhiy.storchakalinkissue28730 messages
2016-11-18 13:49:42serhiy.storchakacreate