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 Alan.Cristhian, Mark.Shannon, eli.bendersky, eric.snow, pitrou, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2015-01-28.10:14:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422440042.37.0.525893250529.issue18898@psf.upfronthosting.co.za>
In-reply-to
Content
noincref.diff doesn't contain all necessary changes. For example dummy is increfed in dict_pop() and dict_popitem() and may be decrefed at insert.

As in sets we can got rid of few comparisons with dummy if set dummy hashes to -1.
History
Date User Action Args
2015-01-28 10:14:02serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, pitrou, vstinner, eli.bendersky, Mark.Shannon, eric.snow, Alan.Cristhian
2015-01-28 10:14:02serhiy.storchakasetmessageid: <1422440042.37.0.525893250529.issue18898@psf.upfronthosting.co.za>
2015-01-28 10:14:02serhiy.storchakalinkissue18898 messages
2015-01-28 10:14:02serhiy.storchakacreate