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 vstinner
Recipients christian.heimes, gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-06.01:35:18
SpamBayes Score 0.00045475943
Marked as misclassified No
Message-id <1225935320.59.0.330357485173.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
> marshal now uses base 2**15 for reading and writing

Yes, it uses base 2**15 but it's not the correct conversion to base 
2**15. You convert each PyLong digit to base 2**15 but not the whole 
number. As a result, the format is different than the current mashal 
version.
History
Date User Action Args
2008-11-06 01:35:20vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, christian.heimes
2008-11-06 01:35:20vstinnersetmessageid: <1225935320.59.0.330357485173.issue4258@psf.upfronthosting.co.za>
2008-11-06 01:35:19vstinnerlinkissue4258 messages
2008-11-06 01:35:18vstinnercreate