Skip to content

3.11.16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 02:14
· 2886 commits to master since this release
v3.11.16
c723b3c

Bug fixes

  • Replaced deprecated asyncio.iscoroutinefunction with its counterpart from inspect
    -- 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.