summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/echo2.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-01-15 08:41:48 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-01-15 08:41:48 (GMT)
commit042dad7232a021e6c848f1368e75d8b3e5ce0dbe (patch)
tree6729c9e163c213f6397d5a19af3db9e26c953370 /Lib/test/test_asyncio/echo2.py
parente7a35717d29cf0b070c814a7a43b44966bf89f73 (diff)
downloadcpython-042dad7232a021e6c848f1368e75d8b3e5ce0dbe.zip
cpython-042dad7232a021e6c848f1368e75d8b3e5ce0dbe.tar.gz
cpython-042dad7232a021e6c848f1368e75d8b3e5ce0dbe.tar.bz2
Issue #22560: Fix SSLProtocol._on_handshake_complete()
Don't call immediatly self._process_write_backlog() but schedule the call using call_soon(). _on_handshake_complete() can be called indirectly from _process_write_backlog(), and _process_write_backlog() is not reentrant.
Diffstat (limited to 'Lib/test/test_asyncio/echo2.py')
0 files changed, 0 insertions, 0 deletions