Issue #19515: Remove identifiers duplicated in the same file.

Patch written by Andrei Dorian Duma.
This commit is contained in:
Victor Stinner 2013-11-12 21:39:02 +01:00
parent dcf17f8a55
commit 3f36a5736b
5 changed files with 6 additions and 11 deletions

View file

@ -52,7 +52,6 @@ bufferediobase_readinto(PyObject *self, PyObject *args)
Py_buffer buf;
Py_ssize_t len;
PyObject *data;
_Py_IDENTIFIER(read);
if (!PyArg_ParseTuple(args, "w*:readinto", &buf)) {
return NULL;