From: Jeroen Ruigrok van der Werven Date: Sat, 25 Apr 2009 21:02:34 +0000 (+0000) Subject: Issue #4129: field changed from int to Py_ssize_t. X-Git-Tag: v2.7a1~1381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436f1a2e0d88d87b0f074ac9d3fee0d4f36acbd1;p=thirdparty%2FPython%2Fcpython.git Issue #4129: field changed from int to Py_ssize_t. --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index a320d9e6764f..abcd1154f560 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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