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.Shannon
Recipients Mark.Shannon, brandtbucher, methane, vstinner
Date 2021-05-24.15:35:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621870511.94.0.14975872969.issue44206@roundup.psfhosted.org>
In-reply-to
Content
http://theses.gla.ac.uk/2975/1/2011shannonphd.pdf page 128.

It means we don't need to cache a pointer to the keys, just the version number.
The version number is half the size (for 64 bit machines) and using it means that we don't leak keys.
History
Date User Action Args
2021-05-24 15:35:11Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, methane, brandtbucher
2021-05-24 15:35:11Mark.Shannonsetmessageid: <1621870511.94.0.14975872969.issue44206@roundup.psfhosted.org>
2021-05-24 15:35:11Mark.Shannonlinkissue44206 messages
2021-05-24 15:35:11Mark.Shannoncreate