[issue43062] Non-integer values in collections.Counter

2021-01-29 Thread HuangFuSL
New submission from HuangFuSL : When I am creating a counter object provided by `collections.Counter` using a mapping object like a dictionary, it seems that Python will not check the validity of the values in the mapping object. I've checked the following Python script could be success

[issue43062] Non-integer values in collections.Counter

2021-01-29 Thread HuangFuSL
Change by HuangFuSL : -- components: +Library (Lib) -Extension Modules ___ Python tracker <https://bugs.python.org/issue43062> ___ ___ Python-bugs-list mailin