mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Fix PySet_Pop() notes.
This commit is contained in:
parent
0cbf400419
commit
7638249646
1 changed files with 1 additions and 2 deletions
|
@ -1021,9 +1021,8 @@ PySet_Discard:int:::
|
|||
PySet_Discard:PyObject*:set:0:
|
||||
PySet_Discard:PyObject*:key:-1:no effect if key not found
|
||||
|
||||
PySet_Pop:PyObject*::+1:or NULL if key not found
|
||||
PySet_Pop:PyObject*::0:or returns NULL and raises KeyError if set is empty
|
||||
PySet_Pop:PyObject*:set:0:
|
||||
PySet_Pop:PyObject*:key:-1:no effect if key not found
|
||||
|
||||
PySet_Size:int:::
|
||||
PySet_Size:PyObject*:anyset:0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue