mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Corrected return type and value information for PyUnicode_Count() and
PyUnicode_Find(). This closes SF bug #566631.
This commit is contained in:
parent
ba3ff1ba7b
commit
1d1e1dba12
2 changed files with 18 additions and 14 deletions
|
|
@ -1393,14 +1393,14 @@ PyUnicode_Tailmatch:int:start::
|
|||
PyUnicode_Tailmatch:int:end::
|
||||
PyUnicode_Tailmatch:int:direction::
|
||||
|
||||
PyUnicode_Find:PyObject*::+1:
|
||||
PyUnicode_Find:int:::
|
||||
PyUnicode_Find:PyObject*:str:0:
|
||||
PyUnicode_Find:PyObject*:substr:0:
|
||||
PyUnicode_Find:int:start::
|
||||
PyUnicode_Find:int:end::
|
||||
PyUnicode_Find:int:direction::
|
||||
|
||||
PyUnicode_Count:PyObject*::+1:
|
||||
PyUnicode_Count:int:::
|
||||
PyUnicode_Count:PyObject*:str:0:
|
||||
PyUnicode_Count:PyObject*:substr:0:
|
||||
PyUnicode_Count:int:start::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue