From 6878ee8d43c7444b2521a12e47f171de7bc87b6b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 23 Jan 2010 08:43:31 +0000 Subject: [PATCH] #7762: fix refcount annotation of PyUnicode_Tailmatch(). --- Doc/data/refcounts.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.40.0