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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2015-02-01.18:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422815908.55.0.150088444487.issue23359@psf.upfronthosting.co.za>
In-reply-to
Content
Here are more ideas. I would probe to use set_lookkey_dummy_ignored() with following set_find_free_slot() (from set_faster_copy_2.patch in issue23290) if former hadn't find a key. If set hash == -1 for key == NULL, we can use only one comparison for testing key == NULL || key == dummy.
History
Date User Action Args
2015-02-01 18:38:28serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2015-02-01 18:38:28serhiy.storchakasetmessageid: <1422815908.55.0.150088444487.issue23359@psf.upfronthosting.co.za>
2015-02-01 18:38:28serhiy.storchakalinkissue23359 messages
2015-02-01 18:38:28serhiy.storchakacreate