Deprecate PY_SSIZE_T_CLEAN: Always assume Py_ssize_t for length arguments.

This commit is contained in:
Stefan Krah 2013-03-14 13:11:37 +01:00
parent 767bd61dd7
commit e7035bf03f
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ above the converter function definition. The preprocessor will then catch
any mismatch between the declarations.
In order to keep the converter complexity manageable, PY_SSIZE_T_CLEAN will
be deprecated and Py_ssize_t will be assumed for all length arguments.
TBD: Make a list of fantasy types like *rw_buffer*.