Skip to content

aiohttp 0.16.5 bugfix release

Choose a tag to compare

@asvetlov asvetlov released this 13 Jun 14:01

The release finally fixes all issues in multidicts related to Cython but for removing current exception if present.

The fixed bug is important enough: 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.

Changes

  • Get rid of all comprehensions and yielding in _multidict #410