]> granicus.if.org Git - python/commit
Prevent an error when inspect.isabstract() is called with something else than a new...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 8 Apr 2008 21:51:57 +0000 (21:51 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 8 Apr 2008 21:51:57 +0000 (21:51 +0000)
commit24f3c5c646d26350e4de6a878fed3e6db1e4ff9a
tree38d19136d56f62e688e97d8f6d592fa9ad831512
parent4b798bdf8ab3a4a4b3b11ea60a8f0b1c54e43224
Prevent an error when inspect.isabstract() is called with something else than a new-style class.
Lib/inspect.py