mirror of https://github.com/python/cpython
#7762: fix refcount annotation of PyUnicode_Tailmatch().
This commit is contained in:
parent
adcda3400f
commit
6878ee8d43
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue