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 belopolsky, loewis, pitrou, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2013-10-09.19:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381348172.84.0.463874280754.issue19187@psf.upfronthosting.co.za>
In-reply-to
Content
I afraid that adding new parameter to the set_contains_key function will slow down other set operations. It will be better return a key as the result of the function (NULL if not found).
History
Date User Action Args
2013-10-09 19:49:32serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, belopolsky, pitrou, vstinner, r.david.murray
2013-10-09 19:49:32serhiy.storchakasetmessageid: <1381348172.84.0.463874280754.issue19187@psf.upfronthosting.co.za>
2013-10-09 19:49:32serhiy.storchakalinkissue19187 messages
2013-10-09 19:49:32serhiy.storchakacreate