This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, georg.brandl
Date 2008-04-25.16:03:05
SpamBayes Score 0.029340459
Marked as misclassified No
Message-id <1209139390.07.0.282911361275.issue2691@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-04-25 16:03:11belopolskysetspambayes_score: 0.0293405 -> 0.029340459
recipients: + belopolsky, georg.brandl
2008-04-25 16:03:10belopolskysetspambayes_score: 0.0293405 -> 0.0293405
messageid: <1209139390.07.0.282911361275.issue2691@psf.upfronthosting.co.za>
2008-04-25 16:03:08belopolskylinkissue2691 messages
2008-04-25 16:03:06belopolskycreate