Issue #24669: Fix inspect.getsource() for 'async def' functions.

Patch by Kai Groner.
This commit is contained in:
Yury Selivanov 2015-07-21 19:01:52 +03:00
parent 036a71bf25
commit e4e811d65b
4 changed files with 9 additions and 1 deletions

View file

@ -66,3 +66,6 @@ class FesteringGob(MalodorousPervert, ParrotDroppings):
pass
def contradiction(self):
pass
async def lobbest(grenade):
pass