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 bhy
Recipients bhy, georg.brandl
Date 2009-03-26.11:28:00
SpamBayes Score 4.9634615e-05
Marked as misclassified No
Message-id <1238066882.54.0.64237594344.issue5566@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.6 and 2.7 development document, PyLong_AsSsize_t is said "New in
version 2.5". It is not correct because I checked Python 2.5.4 and
there's only _PyLong_AsSsize_t(). You can check it here:
http://docs.python.org/dev/c-api/long.html#PyLong_AsSsize_t

In 3.0 and 3.1 development document, PyLong_AsSsize_t is appeared twice,
there must be one duplicated. Check it here:
http://docs.python.org/dev/py3k/c-api/long.html#PyLong_AsSsize_t

Thanks!
History
Date User Action Args
2009-03-26 11:28:03bhysetrecipients: + bhy, georg.brandl
2009-03-26 11:28:02bhysetmessageid: <1238066882.54.0.64237594344.issue5566@psf.upfronthosting.co.za>
2009-03-26 11:28:01bhylinkissue5566 messages
2009-03-26 11:28:00bhycreate