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 groner
Recipients groner
Date 2015-07-19.13:10:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437311413.78.0.142577427611.issue24669@psf.upfronthosting.co.za>
In-reply-to
Content
inspect.findsource() looks for lines that start with `def`.  This patch adds a clause to the regex so lines starting with `async def` will also be recognized.
History
Date User Action Args
2015-07-19 13:10:13gronersetrecipients: + groner
2015-07-19 13:10:13gronersetmessageid: <1437311413.78.0.142577427611.issue24669@psf.upfronthosting.co.za>
2015-07-19 13:10:13gronerlinkissue24669 messages
2015-07-19 13:10:13gronercreate