Issue #18594: Fix the fast path for collections.Counter().
authorRaymond Hettinger <python@rcn.com>
Tue, 1 Oct 2013 07:55:43 +0000 (00:55 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 1 Oct 2013 07:55:43 +0000 (00:55 -0700)
commit2ff2190b6293966f76633d810dfbe2d232ff5973
tree8eac2140c5decc70779e02017262149039ccd5d3
parent21b2933456fc3ce2d1594d704671f4fc298ca37c
Issue #18594: Fix the fast path for collections.Counter().

The path wasn't being taken due to an over-restrictive type check.
Include/object.h
Misc/NEWS
Modules/_collectionsmodule.c
Objects/typeobject.c