This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ammar2, christian.heimes, georg.brandl, nedbat, serhiy.storchaka, terry.reedy
Date 2018-10-06.11:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538825128.32.0.545547206417.issue34876@psf.upfronthosting.co.za>
In-reply-to
Content
See 09aaa88328a5083469b2682230c7f3c62942afab. The position of the AST node for decorated function and class was changed to the position of the first decorator. It was made to help inspect.getsource() for functions to include decorator lines in the result. But the position of `def` and `class` lines was lost.
History
Date User Action Args
2018-10-06 11:25:28serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, christian.heimes, nedbat, ammar2
2018-10-06 11:25:28serhiy.storchakasetmessageid: <1538825128.32.0.545547206417.issue34876@psf.upfronthosting.co.za>
2018-10-06 11:25:28serhiy.storchakalinkissue34876 messages
2018-10-06 11:25:28serhiy.storchakacreate