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 rhettinger
Recipients Anoop.Thomas.Mathew, jcea, pconnell, python-dev, rhettinger, scoder, serhiy.storchaka
Date 2013-10-01.08:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380617157.41.0.559451703199.issue18594@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch for the slow path.  Makes the code exactly match the pure python version.  This kicks in whether someone has subclassed Counter and overridden either __getitem__ or __setitem__.
History
Date User Action Args
2013-10-01 08:45:57rhettingersetrecipients: + rhettinger, jcea, scoder, python-dev, serhiy.storchaka, pconnell, Anoop.Thomas.Mathew
2013-10-01 08:45:57rhettingersetmessageid: <1380617157.41.0.559451703199.issue18594@psf.upfronthosting.co.za>
2013-10-01 08:45:57rhettingerlinkissue18594 messages
2013-10-01 08:45:57rhettingercreate