commit | b593bdc7803cc75461f6f8888ad03cb7d8dfc416 | [log] [tgz] |
---|---|---|
author | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | Sat Dec 11 00:45:02 2021 +0100 |
committer | GitHub <noreply@github.com> | Sat Dec 11 00:45:02 2021 +0100 |
tree | e75a6934c855caf2652b9e1e0c9471f6174de861 | |
parent | 28179aac796ed1debdce336c4b8ca18e8475d40d [diff] |
bpo-37971: fix the position of decorator application (GH-30027) The line numbers of actually calling the decorator functions of functions and classes was wrong (as opposed to loading them, were they have been correct previously too). Co-authored-by: Ćukasz Langa <lukasz@langa.pl>