Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Oct 20:18
· 434 commits to master since this release

3.1.5 (2025-10-19)

Bugs fixed

  • Conversion from C++ strings longer than PY_SSIZE_T_MAX did not validate the length.

  • Some non-Limited API code was incorrectly used in generated header files.
    (Github issue :issue:7157)

  • Optimised unpacking of Python integers in expressions uses a slightly safer scheme.
    (Github issue :issue:7134)

  • Empty return statements were not always reported when tracing.
    (Github issue :issue:7022)

  • Value conversion errors when tracing C return statements no longer fail the trace
    but fall back to reporting None returns instead.
    (Github issue :issue:6503)