commit | dea6ef9bfd6f04d216e46bb9537d6991f2be6348 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 11 16:13:52 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 11 16:13:52 2001 +0000 |
tree | f90fbcd135632d62f9f84856e810a21ca5a7c31f | |
parent | ae01046f7bf846dd984e89cf84e83d6ad0f45afd [diff] |
Replace a few places where X->ob_type was compared to &PyXXX_Type with calls to PyXXX_CheckExact(X).