Issue #24485: Revert backwards compatibility breaking changes of #21217.

This commit is contained in:
Yury Selivanov 2015-07-23 17:10:00 +03:00
parent 4887523c03
commit 4f4913b38b
4 changed files with 14 additions and 22 deletions

View file

@ -130,3 +130,10 @@ def decorator(func):
@decorator
def real():
return 20
#line 134
class cls135:
def func136():
def func137():
never_reached1
never_reached2