commit | a6066ce6b1115b8a8bff3d30848bad0be0863f08 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 09 11:14:04 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 09 11:14:04 2014 +0200 |
tree | c2850585d9b45ee5e633c31fdf9908bbbda5ac84 | |
parent | 23030dbfe24cdb5269c111ca10c5640df6bff668 [diff] |
Closes #22580: Fix documentation of PyUnicode_Tailmatch() The result type is Py_ssize_t (and not int).