]> granicus.if.org Git - python/commit
Make the Py<type>_Check() macro use PyObject_TypeCheck().
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 03:08:07 +0000 (03:08 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 03:08:07 +0000 (03:08 +0000)
commit5eef77a21be8a7895419cc84e8bf5554ca908b54
tree303844a803afac99ee04d07dac4d19e7f148a1be
parentdeb77e839498e0e72a1e6ac4273a826d25c34be4
Make the Py<type>_Check() macro use PyObject_TypeCheck().
Include/stringobject.h
Include/tupleobject.h
Include/unicodeobject.h