diff options
Diffstat (limited to 'Objects/dictobject.c')
| -rw-r--r-- | Objects/dictobject.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 165221e..eaa490e 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -1528,10 +1528,6 @@ PyDict_Merge(PyObject *a, PyObject *b, int override) static PyObject * dict_copy(register PyDictObject *mp) { - if (Py_Py3kWarningFlag && - PyErr_Warn(PyExc_DeprecationWarning, - "dict.copy() not supported in 3.x") < 0) - return NULL; return PyDict_Copy((PyObject*)mp); } |
