commit | 909eb12c9529971db352c91327c8d72bd0d16e4b | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Jun 12 02:13:21 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Jun 12 02:13:21 2006 +0000 |
tree | 414723ff1756ab7060ca4a81bd5df7e383430fd3 | |
parent | b9845e72f9af2c47fbeeb0d27bd1659e38a9ffbd [diff] [blame] |
Fix the socket tests so they can be run concurrently. Backport candidate
diff --git a/Misc/NEWS b/Misc/NEWS index f3c8739..04240e8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Fix the socket tests so they can be run concurrently. + - Removed 5 integers from C frame objects (PyFrameObject). f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.