From 436f1a2e0d88d87b0f074ac9d3fee0d4f36acbd1 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Sat, 25 Apr 2009 21:02:34 +0000 Subject: Issue #4129: field changed from int to Py_ssize_t. --- Doc/c-api/typeobj.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index a320d9e..abcd115 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 -- cgit v0.12