python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.04k stars 177 forks source link

Prohibit Tasks to await on themselves. #444

Closed 1st1 closed 7 years ago

1st1 commented 7 years ago

This PR fixes http://bugs.python.org/issue27972

/cc @gvanrossum

1st1 commented 7 years ago

Committed by hand in https://github.com/python/asyncio/commit/e3fed68754002000be665ad1a379a747ad9247b6.