summaryrefslogtreecommitdiffstats
path: root/Lib/test/inspect_fodder2.py
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-07-23 14:10:00 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-07-23 14:10:00 (GMT)
commit4f4913b38bba5e01fc0e7a26f4840bf342365d3d (patch)
tree559751c3ceeeb5494a193a6e56b7e0e0ee70ca7a /Lib/test/inspect_fodder2.py
parent4887523c038bc3449fe87a10828355e624de6565 (diff)
downloadcpython-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.py7
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