diff options
| author | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-23 14:10:00 (GMT) |
|---|---|---|
| committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-23 14:10:00 (GMT) |
| commit | 4f4913b38bba5e01fc0e7a26f4840bf342365d3d (patch) | |
| tree | 559751c3ceeeb5494a193a6e56b7e0e0ee70ca7a /Lib/test/inspect_fodder2.py | |
| parent | 4887523c038bc3449fe87a10828355e624de6565 (diff) | |
| download | cpython-4f4913b38bba5e01fc0e7a26f4840bf342365d3d.zip cpython-4f4913b38bba5e01fc0e7a26f4840bf342365d3d.tar.gz cpython-4f4913b38bba5e01fc0e7a26f4840bf342365d3d.tar.bz2 | |
Issue #24485: Revert backwards compatibility breaking changes of #21217.
Diffstat (limited to 'Lib/test/inspect_fodder2.py')
| -rw-r--r-- | Lib/test/inspect_fodder2.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/test/inspect_fodder2.py b/Lib/test/inspect_fodder2.py index ab1cd9f..c6987ea 100644 --- a/Lib/test/inspect_fodder2.py +++ b/Lib/test/inspect_fodder2.py @@ -130,3 +130,10 @@ def decorator(func): @decorator def real(): return 20 + +#line 134 +class cls135: + def func136(): + def func137(): + never_reached1 + never_reached2 |
