0.28.5 (2018-08-03)
Bugs fixed
- The discouraged usage of GCC’s attribute
optimize("Os")
was replaced by thesimilar attributecold
to reduce the code impact of the module init functions.(Github issue #2494) - A reference leak in Py2.x was fixed when comparing str to unicode for equality.