Issue #4129: int -> Py_ssize_t documentation.

This commit is contained in:
Jeroen Ruigrok van der Werven 2009-04-25 20:41:40 +00:00
parent a4c03abb9e
commit be82d2f16f

View file

@ -94,3 +94,7 @@ written using these routines?
containing *len* bytes pointed to by *string*. On error, sets the
appropriate exception (:exc:`EOFError` or :exc:`TypeError`) and returns
*NULL*.
.. versionchanged:: 2.5
This function used an :ctype:`int` type for *len*. This might require
changes in your code for properly supporting 64-bit systems.