Skip to content

6.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 22:16
· 79 commits to master since this release
v6.4.3
5f64e68

Bug fixes

  • Fixed building the library in debug mode.

    Related issues and pull requests on GitHub:
    #1144.

  • Fixed custom PyType_GetModuleByDef() when non-heap type object was passed.

    Related issues and pull requests on GitHub:
    #1147.

Packaging updates and notes for downstreams

  • Added the ability to build in debug mode by setting :envvar:MULTIDICT_DEBUG_BUILD in the environment -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #1145.