[Python-checkins] r77702 - python/trunk/Doc/data/refcounts.dat

georg.brandl python-checkins at python.org
Sat Jan 23 09:43:31 CET 2010


Author: georg.brandl
Date: Sat Jan 23 09:43:31 2010
New Revision: 77702

Log:
#7762: fix refcount annotation of PyUnicode_Tailmatch().

Modified:
   python/trunk/Doc/data/refcounts.dat

Modified: python/trunk/Doc/data/refcounts.dat
==============================================================================
--- python/trunk/Doc/data/refcounts.dat	(original)
+++ python/trunk/Doc/data/refcounts.dat	Sat Jan 23 09:43:31 2010
@@ -1598,7 +1598,7 @@
 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::


More information about the Python-checkins mailing list