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 Josh.Ayers
Recipients Josh.Ayers, ezio.melotti, vstinner
Date 2014-10-08.15:11:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for PyUnicode_Tailmatch says it returns an int:
https://docs.python.org/3/c-api/unicode.html?highlight=pyunicode_tailmatch#c.PyUnicode_Tailmatch


However, the include file shows it returns Py_ssize_t:
https://hg.python.org/cpython/file/f21f0de30544/Include/unicodeobject.h#l1952
History
Date User Action Args
2014-10-08 15:12:00Josh.Ayerssetrecipients: + Josh.Ayers, vstinner, ezio.melotti
2014-10-08 15:11:59Josh.Ayerssetmessageid: <1412781119.96.0.100711584071.issue22580@psf.upfronthosting.co.za>
2014-10-08 15:11:59Josh.Ayerslinkissue22580 messages
2014-10-08 15:11:59Josh.Ayerscreate