Staging
v0.5.1
https://github.com/python/cpython
Revision 3c422b92653df05c7034136b77f76376aa5aec4f authored by Victor Stinner on 02 May 2017, 14:49:10 UTC, committed by GitHub on 02 May 2017, 14:49:10 UTC
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)
1 parent 3076895
Raw File
Tip revision: 3c422b92653df05c7034136b77f76376aa5aec4f authored by Victor Stinner on 02 May 2017, 14:49:10 UTC
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1390)
Tip revision: 3c422b9
.mention-bot
{
   "findPotentialReviewers": false
}
back to top