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 ncoghlan
Recipients gvanrossum, martin.panter, ncoghlan, skrah, vstinner, yselivanov
Date 2015-07-22.01:58:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7fOA2QMcMWwFz_O+ncYQnpn-GNv3H1yCsB80N6V+sHnbg@mail.gmail.com>
In-reply-to <1437489025.36.0.562575701004.issue24619@psf.upfronthosting.co.za>
Content
Patch & test cases look good to me.

I'm so used to thinking of the tokenisation phase as a linear token stream
that it never occurred to me to just count the function nesting directly to
determine if the "async def" tokenisation rules are in effect - it's a very
nice simplifying improvement.
History
Date User Action Args
2015-07-22 01:58:05ncoghlansetrecipients: + ncoghlan, gvanrossum, vstinner, skrah, martin.panter, yselivanov
2015-07-22 01:58:05ncoghlanlinkissue24619 messages
2015-07-22 01:58:04ncoghlancreate