]> granicus.if.org Git - python/commit
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 30 May 2015 15:29:53 +0000 (09:29 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Sat, 30 May 2015 15:29:53 +0000 (09:29 -0600)
commit8c7ed012b87db4de66da61c2f7c0a11a61277384
tree7e4b8d09555abf03483af4c01967a72636b7dab6
parent7aa5341164794efc5367f63636cbe8327ca40393
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
Include/dictobject.h
Include/odictobject.h