]> granicus.if.org Git - python/commit
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common...
authorGeorg Brandl <georg@python.org>
Fri, 3 Oct 2014 07:26:37 +0000 (09:26 +0200)
committerGeorg Brandl <georg@python.org>
Fri, 3 Oct 2014 07:26:37 +0000 (09:26 +0200)
commit72b8a80e5975a75398872a8406e4215937874165
treeb0aaba5266e9bb3864227691a9dc2db5c092d0f0
parentf355943002b0bf957d3481e7699dc626997ed901
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type".
Misc/NEWS
Objects/abstract.c