mirror of
https://github.com/python/cpython.git
synced 2026-05-29 15:45:56 -04:00
b55911378f
Backport abc.py and isinstance/issubclass overloading to 2.6. I had to backport test_typechecks.py myself, and make one small change to abc.py to avoid duplicate work when x.__class__ and type(x) are the same.