This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove unused variable in bufferedio.c
Type: Stage: resolved
Components: IO Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: jcon, pitrou, python-dev, vstinner
Priority: normal Keywords: patch

Created on 2011-05-31 21:29 by jcon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bufferedreader_peek.patch jcon, 2011-05-31 21:29 review
Messages (3)
msg137391 - (view) Author: John O'Connor (jcon) Date: 2011-05-31 21:29
Remove second (unused) argument to _bufferedreader_peek_unlocked()
msg137393 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-31 22:01
New changeset 549cb21a8757 by Victor Stinner in branch 'default':
Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(),
http://hg.python.org/cpython/rev/549cb21a8757
msg137394 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2011-05-31 22:02
I applied your fix, thanks.
History
Date User Action Args
2022-04-11 14:57:18adminsetgithub: 56438
2011-05-31 22:02:10vstinnersetmessages: + msg137394
2011-05-31 22:01:43python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg137393

resolution: fixed
stage: resolved
2011-05-31 21:29:28jconcreate