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_BUILDin the environment -- by :user:bdraco.Related issues and pull requests on GitHub:
#1145.