mirror of https://github.com/python/cpython
Issue #4129: field changed from int to Py_ssize_t.
This commit is contained in:
parent
acc73b74b8
commit
436f1a2e0d
|
@ -64,6 +64,10 @@ type objects) *must* have the :attr:`ob_size` field.
|
|||
|
||||
This field is not inherited by subtypes.
|
||||
|
||||
.. versionchanged:: 2.5
|
||||
This field used to be an :ctype:`int` type. This might require changes
|
||||
in your code for properly supporting 64-bit systems.
|
||||
|
||||
|
||||
.. cmember:: PyTypeObject* PyObject.ob_type
|
||||
|
||||
|
|
Loading…
Reference in New Issue