3.11.7
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+30instead of1.2e30. Both formats are spec-compliant. - ABI compatibility with CPython 3.15 alpha 5 free-threading.