mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #19515: Remove identifiers duplicated in the same file.
Patch written by Andrei Dorian Duma.
This commit is contained in:
parent
dcf17f8a55
commit
3f36a5736b
5 changed files with 6 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue