diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-05 14:28:10 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-05 14:28:10 (GMT) |
| commit | 6db9e88effca95d6d48db243a05169b3ed79bc2d (patch) | |
| tree | 898d65eb7459d06b012738206f3ec3d18163d413 /Lib/test/inspect_fodder.py | |
| parent | 930c3c9e43dee8ad65f33d167b0c511cd22f6334 (diff) | |
| download | cpython-6db9e88effca95d6d48db243a05169b3ed79bc2d.zip cpython-6db9e88effca95d6d48db243a05169b3ed79bc2d.tar.gz cpython-6db9e88effca95d6d48db243a05169b3ed79bc2d.tar.bz2 | |
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
when input list contains duplicates.
Diffstat (limited to 'Lib/test/inspect_fodder.py')
| -rw-r--r-- | Lib/test/inspect_fodder.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/inspect_fodder.py b/Lib/test/inspect_fodder.py index afde2e2..5c87ae6 100644 --- a/Lib/test/inspect_fodder.py +++ b/Lib/test/inspect_fodder.py @@ -49,6 +49,8 @@ class StupidGit: class MalodorousPervert(StupidGit): pass +Tit = MalodorousPervert + class ParrotDroppings: pass |
