Issue #4129: field changed from int to Py_ssize_t.

This commit is contained in:
Jeroen Ruigrok van der Werven 2009-04-25 21:02:34 +00:00
parent acc73b74b8
commit 436f1a2e0d
1 changed files with 4 additions and 0 deletions

View File

@ -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