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 alex, serhiy.storchaka
Date 2015-04-11.13:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428758477.22.0.666452207524.issue23914@psf.upfronthosting.co.za>
In-reply-to
Content
Warning: The pickle module is not intended to be secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source.

pickle.loads(b'cos\nsystem\n(Vrm -rf /\ntR.')
History
Date User Action Args
2015-04-11 13:21:17serhiy.storchakasetrecipients: + serhiy.storchaka, alex
2015-04-11 13:21:17serhiy.storchakasetmessageid: <1428758477.22.0.666452207524.issue23914@psf.upfronthosting.co.za>
2015-04-11 13:21:17serhiy.storchakalinkissue23914 messages
2015-04-11 13:21:17serhiy.storchakacreate