]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19512: _count_elements() of _collections reuses PyId_get identifier
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 22:52:55 +0000 (23:52 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 22:52:55 +0000 (23:52 +0100)
commite7f516cbb8d446abe1f5c544afa8de1fe5dbb7bc
tree5337b62bf49a2698d9217aac47217f95e30ca8de
parentd9d0419a9fc85d1f4c8744f68156fd6b305d5ff0
Issue #19512: _count_elements() of _collections reuses PyId_get identifier
instead of literal "get" string
Modules/_collectionsmodule.c