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 pitrou
Recipients kayhayen, pitrou
Date 2012-01-08.15:28:30
SpamBayes Score 2.9798523e-06
Marked as misclassified No
Message-id <1326036511.09.0.157149720436.issue13735@psf.upfronthosting.co.za>
In-reply-to
Content
- Can you use pickletools.dis to examine what differs in the pickles' bytecode?
- Does it also apply to 3.3?

> It appears at least some kind of efficiency might be missed out for
> marshall as well.

marshal doesn't use the pickle protocols, so it's unlikely to be affected.
History
Date User Action Args
2012-01-08 15:28:31pitrousetrecipients: + pitrou, kayhayen
2012-01-08 15:28:31pitrousetmessageid: <1326036511.09.0.157149720436.issue13735@psf.upfronthosting.co.za>
2012-01-08 15:28:30pitroulinkissue13735 messages
2012-01-08 15:28:30pitroucreate