Issue 14421: Avoid ResourceWarnings in ccbench (original) (raw)
Issue14421
Created on 2012-03-27 02:46 by jeffknupp, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
ccbench.patch | jeffknupp,2012-03-27 02:46 | review |
Messages (2) | ||
---|---|---|
msg156891 - (view) | Author: Jeff Knupp (jeffknupp) * | Date: 2012-03-27 02:46 |
ccbench.py warns about unclosed sockets in the bandwidth test. Fix to close socket properly at end of test. | ||
msg156894 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2012-03-27 05:43 |
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 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:28 | admin | set | github: 58629 |
2012-03-27 05:43:47 | python-dev | set | status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved |
2012-03-27 02:46:26 | jeffknupp | create |