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 mark.dickinson
Recipients christian.heimes, gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-05.23:04:36
SpamBayes Score 0.0066511626
Marked as misclassified No
Message-id <1225926284.86.0.330951814213.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
Following Victor's suggestion, here's an updated patch; same as before, 
except that marshal now uses base 2**15 for reading and writing, 
independently of whether PyLong_SHIFT is 15 or 30.
History
Date User Action Args
2008-11-05 23:04:45mark.dickinsonsetrecipients: + mark.dickinson, gregory.p.smith, vstinner, christian.heimes
2008-11-05 23:04:44mark.dickinsonsetmessageid: <1225926284.86.0.330951814213.issue4258@psf.upfronthosting.co.za>
2008-11-05 23:04:44mark.dickinsonlinkissue4258 messages
2008-11-05 23:04:43mark.dickinsoncreate