diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-05-02 14:49:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 14:49:10 (GMT) |
commit | 3c422b92653df05c7034136b77f76376aa5aec4f (patch) | |
tree | c2c10fa379e8f67b2b2fb4a81ca33758ef9414a6 /configure | |
parent | 30768958490c658fba0fe24f1cabbdad44be22ff (diff) | |
download | cpython-3c422b92653df05c7034136b77f76376aa5aec4f.zip cpython-3c422b92653df05c7034136b77f76376aa5aec4f.tar.gz cpython-3c422b92653df05c7034136b77f76376aa5aec4f.tar.bz2 |
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1390)
AsyncoreEchoServer of test_ssl now calls
asyncore.close_all(ignore_all=True) to ensure that
asyncore.socket_map is cleared once the test completes, even if
ConnectionHandler was not correctly unregistered.
Fix the following warning:
Warning -- asyncore.socket_map was modified by test_ssl
Before: {}
After: {6: <test.test_ssl.AsyncoreEchoServer.EchoServer.ConnectionHandler>}
(cherry picked from commit 1dae7450c68bad498e57800387b24cb103c461fa)
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions