0.28.3 (2018-05-27)
Bugs fixed
- Set iteration was broken in non-CPython since 0.28.
UnicodeEncodeError
in Py2 when%s
formatting is optimised forunicode strings. (Github issue #2276)- Work around a crash bug in g++ 4.4.x by disabling the size reduction settingof the module init function in this version. (Github issue #2235)
- Crash when exceptions occur early during module initialisation.(Github issue #2199)