Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ssize_t version API regardless PY_SSIZE_T_CLEAN is defined.
No change to ABI.
After Python 3.12 become EOL, extension developers can forget about PY_SSIZE_T_CLEAN completely.
https://mail.python.org/archives/list/python-dev@python.org/thread/KSREO43D6GQWO5LMVIU2LF7CP4IBYT2C/#FG44N6RL5CT5O3XQ6UV6LBLUCET7IF6I
PY_SSIZE_T_CLEAN
The text was updated successfully, but these errors were encountered:
gh-104922: Make PY_SSIZE_T_CLEAN not mandatory again (#105051)
adccff3
No branches or pull requests
Feature or enhancement
Use ssize_t version API regardless PY_SSIZE_T_CLEAN is defined.
No change to ABI.
Pitch
After Python 3.12 become EOL, extension developers can forget about PY_SSIZE_T_CLEAN completely.
Previous discussion
https://mail.python.org/archives/list/python-dev@python.org/thread/KSREO43D6GQWO5LMVIU2LF7CP4IBYT2C/#FG44N6RL5CT5O3XQ6UV6LBLUCET7IF6I
Linked PRs
PY_SSIZE_T_CLEANnot mandatory #104923PY_SSIZE_T_CLEANnot mandatory again #105051The text was updated successfully, but these errors were encountered: