mirror of
https://github.com/python/cpython.git
synced 2025-08-26 03:34:43 +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 *
|
static PyObject *
|
||||||
set_discard(PySetObject *so, PyObject *key)
|
set_discard(PySetObject *so, PyObject *key)
|
||||||
{
|
{
|
||||||
PyObject *tmpkey, *result;
|
PyObject *tmpkey;
|
||||||
int rv;
|
int rv;
|
||||||
|
|
||||||
rv = set_discard_key(so, key);
|
rv = set_discard_key(so, key);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue