Cython v0.28.5 Release Notes

Release Date: 2018-08-03 // over 5 years ago
  • 🐛 Bugs fixed

    • ⚡️ The discouraged usage of GCC's attribute optimize("Os") was replaced by the similar attribute cold to reduce the code impact of the module init functions. (Github issue :issue:2494)

    • 🛠 A reference leak in Py2.x was fixed when comparing str to unicode for equality.