]> granicus.if.org Git - python/commitdiff
Issue #4129: int -> Py_ssize_t documentation.
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Sat, 25 Apr 2009 20:41:40 +0000 (20:41 +0000)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Sat, 25 Apr 2009 20:41:40 +0000 (20:41 +0000)
Doc/c-api/marshal.rst

index 5ecccc41d8aaecacb09c03039a166ea97df56039..34a83f40bfeda3638d7f4a1237b8430b7abf28ea 100644 (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.