]> granicus.if.org Git - python/commit
Replace a few places where X->ob_type was compared to &PyXXX_Type with
authorGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 16:13:52 +0000 (16:13 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 16:13:52 +0000 (16:13 +0000)
commitdea6ef9bfd6f04d216e46bb9537d6991f2be6348
treef90fbcd135632d62f9f84856e810a21ca5a7c31f
parentae01046f7bf846dd984e89cf84e83d6ad0f45afd
Replace a few places where X->ob_type was compared to &PyXXX_Type with
calls to PyXXX_CheckExact(X).
Objects/floatobject.c
Objects/intobject.c