Cython v0.28.6 Release Notes

Release Date: 2018-11-01 // over 5 years ago
  • ๐Ÿ› Bugs fixed

    • ๐Ÿ Extensions compiled with MinGW-64 under Windows could misinterpret integer objects larger than 15 bit and return incorrect results. (Github issue :issue:2670)

    • Multiplied string literals lost their factor when they are part of another constant expression (e.g. 'x' * 10 + 'y' => 'xy').