Skip to content

3.11.7

Choose a tag to compare

@ijl ijl released this 02 Feb 15:39
· 14 commits to master since this release

Changed

  • Use a faster library to serialize float. Users with byte-exact regression
    tests should note positive exponents are now written using a +, e.g.,
    1.2e+30 instead of 1.2e30. Both formats are spec-compliant.
  • ABI compatibility with CPython 3.15 alpha 5 free-threading.