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 Oren Milman, rhettinger, serhiy.storchaka
Date 2017-09-26.06:48:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506408506.46.0.407177987407.issue31586@psf.upfronthosting.co.za>
In-reply-to
Content
I agree. _collections._count_elements() is an internal function. It should be called only with Counter (which is a dict subclass) or its subclass.

But I think it is worth to make the code more reliable.
History
Date User Action Args
2017-09-26 06:48:26serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Oren Milman
2017-09-26 06:48:26serhiy.storchakasetmessageid: <1506408506.46.0.407177987407.issue31586@psf.upfronthosting.co.za>
2017-09-26 06:48:26serhiy.storchakalinkissue31586 messages
2017-09-26 06:48:26serhiy.storchakacreate