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 wbolster
Recipients wbolster
Date 2017-07-20.17:19:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500571198.74.0.256704178546.issue30977@psf.upfronthosting.co.za>
In-reply-to
Content
as a follow-up note, i also experimented with keeping the actual value as a bytes object instead of an integer, but that does not lead to less memory being used: a 128-bit integer uses less memory than a 16 byte bytes object (presumably because PyBytesObject has a cached hash() field and a trailing null byte).
History
Date User Action Args
2017-07-20 17:19:58wbolstersetrecipients: + wbolster
2017-07-20 17:19:58wbolstersetmessageid: <1500571198.74.0.256704178546.issue30977@psf.upfronthosting.co.za>
2017-07-20 17:19:58wbolsterlinkissue30977 messages
2017-07-20 17:19:58wbolstercreate