commit | 54596b44f1d68cb21a268ac76c21977e91350535 | [log] [tgz] |
---|---|---|
author | William S Fulton <[email protected]> | Wed Apr 30 19:07:36 2025 +0100 |
committer | William S Fulton <[email protected]> | Wed Apr 30 19:07:36 2025 +0100 |
tree | 2b9d61d8ac59e544d00db6cf5f95a12f39cde416 | |
parent | 818ea4cc74b7c21a3aaa5ae6fddb1d9005049022 [diff] |
Fix maximum size of strings being marshalled from C/C++ into Python This has been changed from INT_MAX to PY_SSIZE_T_MAX in line with the Python C API maximum string length handling change in python-2.5. Closes #3134