mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
merge 3.2
This commit is contained in:
commit
1cebc207ea
1 changed files with 1 additions and 1 deletions
|
@ -1906,7 +1906,7 @@ If the element is not a member, raise a KeyError.");
|
|||
static PyObject *
|
||||
set_discard(PySetObject *so, PyObject *key)
|
||||
{
|
||||
PyObject *tmpkey, *result;
|
||||
PyObject *tmpkey;
|
||||
int rv;
|
||||
|
||||
rv = set_discard_key(so, key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue