Roundup Robot added the comment:
New changeset 505aea930985 by Georg Brandl in branch 'default':
Closes #14421: use with statement to properly close socket in bandwidth test.
http://hg.python.org/cpython/rev/505aea930985
--
nosy: +python-dev
resolution: -> fixed
stage: -> committed/re
New submission from Jeff Knupp :
ccbench.py warns about unclosed sockets in the bandwidth test. Fix to close
socket properly at end of test.
--
components: Demos and Tools
files: ccbench.patch
keywords: patch
messages: 156891
nosy: Jeff.Knupp
priority: normal
severity: normal
status: op