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 nedbat
Recipients ammar2, nedbat, serhiy.storchaka
Date 2018-10-03.09:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538559305.11.0.545547206417.issue34876@psf.upfronthosting.co.za>
In-reply-to
Content
Are we sure this is the behavior we want? Now when I step through your code in the debugger, it will show me line 2, then 3, then 4, then 2 again.

I can see the appeal for a multiline assignment statement, but for stacked decorators it just seems wrong.
History
Date User Action Args
2018-10-03 09:35:05nedbatsetrecipients: + nedbat, serhiy.storchaka, ammar2
2018-10-03 09:35:05nedbatsetmessageid: <1538559305.11.0.545547206417.issue34876@psf.upfronthosting.co.za>
2018-10-03 09:35:05nedbatlinkissue34876 messages
2018-10-03 09:35:05nedbatcreate