]> granicus.if.org Git - python/commit
Issue #4129: Belatedly document which C API functions had their argument(s) or
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Sat, 25 Apr 2009 17:59:03 +0000 (17:59 +0000)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Sat, 25 Apr 2009 17:59:03 +0000 (17:59 +0000)
commit089c5cdd09b2474194a40b4943dff9359db4969c
tree74321a9daa301c65abc8faa14845b28a95f9a085
parente09f161618517b4ec9ddbe4508e08a41e72754e9
Issue #4129: Belatedly document which C API functions had their argument(s) or
return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this
might cause problems on 64-bit platforms.
13 files changed:
Doc/c-api/allocation.rst
Doc/c-api/arg.rst
Doc/c-api/buffer.rst
Doc/c-api/dict.rst
Doc/c-api/list.rst
Doc/c-api/long.rst
Doc/c-api/mapping.rst
Doc/c-api/object.rst
Doc/c-api/sequence.rst
Doc/c-api/set.rst
Doc/c-api/string.rst
Doc/c-api/tuple.rst
Doc/c-api/type.rst