[Python-checkins] peps: Deprecate PY_SSIZE_T_CLEAN: Always assume Py_ssize_t for length arguments.

stefan.krah python-checkins at python.org
Thu Mar 14 13:12:15 CET 2013


http://hg.python.org/peps/rev/3980c63df840
changeset:   4799:3980c63df840
user:        Stefan Krah <skrah at bytereef.org>
date:        Thu Mar 14 13:11:37 2013 +0100
summary:
  Deprecate PY_SSIZE_T_CLEAN: Always assume Py_ssize_t for length arguments.

files:
  pep-0437.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-0437.txt b/pep-0437.txt
--- a/pep-0437.txt
+++ b/pep-0437.txt
@@ -113,6 +113,10 @@
 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*.
 
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list