Skip to content

multidict 4.7.4 bugfix release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 11 Jan 17:55
· 660 commits to master since this release

Bugfixes

  • MultiDict.iter fix memory leak when used iterator over multidict instance.
    #452 <https://github.com/aio-libs/multidict/issues/452>_