[issue2691] Document size_t related long object APIs

Alexander Belopolsky report at bugs.python.org
Fri Apr 25 18:03:10 CEST 2008


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

Attached patch adds documentation for the new in 2.5 APIs:

PyObject* PyLong_FromSsize_t(Py_ssize_t v)
PyObject* PyLong_FromSize_t(size_t v)

and

Py_ssize_t PyLong_AsSsize_t(PyObject *pylong)

----------
assignee: georg.brandl
components: Documentation
messages: 65788
nosy: belopolsky, georg.brandl
severity: normal
status: open
title: Document size_t related long object APIs
versions: Python 2.5, Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2691>
__________________________________


More information about the Python-bugs-list mailing list