Commit a71fd71c authored by Armin Rigo's avatar Armin Rigo

Documentation bug: PySet_Pop() returns a new reference (because the

caller becomes the owner of that reference).
parent da5b701a
......@@ -1147,7 +1147,7 @@ PySet_Discard:PyObject*:key:-1:no effect if key not found
PySet_New:PyObject*::+1:
PySet_New:PyObject*:iterable:0:
PySet_Pop:PyObject*::0:or returns NULL and raises KeyError if set is empty
PySet_Pop:PyObject*::+1:or returns NULL and raises KeyError if set is empty
PySet_Pop:PyObject*:set:0:
PySet_Size:int:::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment