From: Georg Brandl Date: Sat, 23 Jan 2010 08:43:31 +0000 (+0000) Subject: #7762: fix refcount annotation of PyUnicode_Tailmatch(). X-Git-Tag: v2.7a3~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6878ee8d43c7444b2521a12e47f171de7bc87b6b;p=python #7762: fix refcount annotation of PyUnicode_Tailmatch(). --- diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index 58bde9143a..b902bde748 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -1598,7 +1598,7 @@ PyUnicode_Join:PyObject*::+1: PyUnicode_Join:PyObject*:separator:0: PyUnicode_Join:PyObject*:seq:0: -PyUnicode_Tailmatch:PyObject*::+1: +PyUnicode_Tailmatch:int::: PyUnicode_Tailmatch:PyObject*:str:0: PyUnicode_Tailmatch:PyObject*:substr:0: PyUnicode_Tailmatch:int:start::