[issue9543] 2.6.6 rc1 socket.py flush() calls del on unbound 'view' variable
Ezio Melotti
report at bugs.python.org
Mon Aug 9 09:42:02 CEST 2010
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
Thanks for the report and for figuring out what was the cause!
Indeed the "view" added after the "del" shouldn't be there, so I will remove it.
It would also be great if you could provide a minimal script to reproduce the problem so that it can be turned to a test. None of the tests in the current test suite seem to go through that code path, so the error passed unnoticed.
----------
assignee: -> ezio.melotti
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9543>
_______________________________________
More information about the Python-bugs-list
mailing list