Files
cpython/Lib/test
Victor Stinner 3c422b9265 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 1dae7450c6)
2017-05-02 16:49:10 +02:00
..
2016-03-24 17:53:20 +01:00
2016-03-24 17:53:20 +01:00
2017-01-22 14:39:20 +08:00
2016-09-16 17:32:06 +03:00
2016-12-14 19:54:38 +02:00
2016-09-18 21:46:08 -07:00
2016-10-05 22:54:19 -07:00
2016-10-12 20:16:05 +02:00
2016-02-04 14:08:23 -05:00
2016-04-16 15:02:23 -07:00
2016-03-23 21:15:55 +01:00
2017-02-02 14:18:43 +01:00
2017-01-14 06:26:51 +00:00
2016-08-17 11:07:21 +02:00
2016-09-14 23:53:47 -07:00
2016-12-21 12:35:11 +02:00
2016-09-14 08:10:45 +03:00