Skip to content

aiohttp 0.16.4 bugfix release

Choose a tag to compare

@asvetlov asvetlov released this 13 Jun 06:18
· 11146 commits to master since this release

Changes

  • Don't clear current exception in multidict's __repr__ (cythonized versions) #410

The fixed bug is fairly serious: it may lead to Python interpreter crash with segfault in some cases.
aiohttp development team strongly recommends upgrading to new version.

See #410 for details.