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-13.07:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426231634.12.0.201059433749.issue23655@psf.upfronthosting.co.za>
In-reply-to
Content
sys.modules['_pickle']
del sys.modules['pickle'] # if exists
import pickle

Or just use pickle._Pickler instead of pickle.Pickler and like (implementation detail!).
History
Date User Action Args
2015-03-13 07:27:14serhiy.storchakasetrecipients: + serhiy.storchaka, nagle, pitrou, alexandre.vassalotti
2015-03-13 07:27:14serhiy.storchakasetmessageid: <1426231634.12.0.201059433749.issue23655@psf.upfronthosting.co.za>
2015-03-13 07:27:14serhiy.storchakalinkissue23655 messages
2015-03-13 07:27:13serhiy.storchakacreate