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 belopolsky
Recipients BreamoreBoy, belopolsky, georg.brandl, jimjjewett, ked-tao, loewis, pitrou, tim.peters
Date 2010-07-14.18:20:54
SpamBayes Score 0.00018375504
Marked as misclassified No
Message-id <1279131659.03.0.554614209957.issue1646068@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a patch that uses a regular union of long and Py_ssize_t to store cached hash/index value in both set and dict entry.  Using an anonymous union would simplify the patch and would reduce the likelihood of breaking extensions that access entry structs.
History
Date User Action Args
2010-07-14 18:20:59belopolskysetrecipients: + belopolsky, tim.peters, loewis, georg.brandl, jimjjewett, pitrou, ked-tao, BreamoreBoy
2010-07-14 18:20:59belopolskysetmessageid: <1279131659.03.0.554614209957.issue1646068@psf.upfronthosting.co.za>
2010-07-14 18:20:57belopolskylinkissue1646068 messages
2010-07-14 18:20:56belopolskycreate