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 benjamin.peterson, serhiy.storchaka
Date 2017-09-07.06:25:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504765543.81.0.129879380149.issue31377@psf.upfronthosting.co.za>
In-reply-to
Content
Marshal is used not only in pyc files. It is used for fast data serialization, faster than pickle, json, etc.
History
Date User Action Args
2017-09-07 06:25:43serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2017-09-07 06:25:43serhiy.storchakasetmessageid: <1504765543.81.0.129879380149.issue31377@psf.upfronthosting.co.za>
2017-09-07 06:25:43serhiy.storchakalinkissue31377 messages
2017-09-07 06:25:43serhiy.storchakacreate