Kaydet (Commit) 436f1a2e authored tarafından Jeroen Ruigrok van der Werven's avatar Jeroen Ruigrok van der Werven

Issue #4129: field changed from int to Py_ssize_t.

üst acc73b74
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment