Kaydet (Commit) be82d2f1 authored tarafından Jeroen Ruigrok van der Werven's avatar Jeroen Ruigrok van der Werven

Issue #4129: int -> Py_ssize_t documentation.

üst a4c03abb
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment