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 kayhayen
Recipients kayhayen, pitrou
Date 2012-01-08.19:03:16
SpamBayes Score 1.7002525e-07
Marked as misclassified No
Message-id <1326049397.34.0.277245786524.issue13735@psf.upfronthosting.co.za>
In-reply-to
Content
I see, if it's refcount dependent, that explains why it changes from interpreter provided dictionary and self-created one.

So, I take, I should always call "pickletools.optimize( cPickle.dumps( value ))" then.

Thanks,
Kay
History
Date User Action Args
2012-01-08 19:03:17kayhayensetrecipients: + kayhayen, pitrou
2012-01-08 19:03:17kayhayensetmessageid: <1326049397.34.0.277245786524.issue13735@psf.upfronthosting.co.za>
2012-01-08 19:03:16kayhayenlinkissue13735 messages
2012-01-08 19:03:16kayhayencreate