mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Issue #4129: int -> Py_ssize_t documentation.
This commit is contained in:
parent
a4c03abb9e
commit
be82d2f16f
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue