mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
merge 3.2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user