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 njs, pitrou, vstinner
Date 2016-03-21.18:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458583229.89.0.154769360814.issue26588@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, the patch is really too hard to review. So I extract to the "key_size" part: hashtable_key_size.patch.

I added new macros to get the key, wrapper to memcpy() with an assert to check the key size in debug mode.
History
Date User Action Args
2016-03-21 18:00:29vstinnersetrecipients: + vstinner, pitrou, njs
2016-03-21 18:00:29vstinnersetmessageid: <1458583229.89.0.154769360814.issue26588@psf.upfronthosting.co.za>
2016-03-21 18:00:29vstinnerlinkissue26588 messages
2016-03-21 18:00:29vstinnercreate