Bug fixes
-
Replaced deprecated
asyncio.iscoroutinefunction
with its counterpart frominspect
-- by :user:layday
.Related issues and pull requests on GitHub:
#10634. -
Fixed :class:
multidict.CIMultiDict
being mutated when passed to :class:aiohttp.web.Response
-- by :user:bdraco
.Related issues and pull requests on GitHub:
#10672.