commit | 2ff2190b6293966f76633d810dfbe2d232ff5973 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Oct 01 00:55:43 2013 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Tue Oct 01 00:55:43 2013 -0700 |
tree | 8eac2140c5decc70779e02017262149039ccd5d3 | |
parent | 21b2933456fc3ce2d1594d704671f4fc298ca37c [diff] |
Issue #18594: Fix the fast path for collections.Counter(). The path wasn't being taken due to an over-restrictive type check.