summaryrefslogtreecommitdiff
path: root/asyncio/subprocess.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-01-15 09:40:16 +0100
committerVictor Stinner <victor.stinner@gmail.com>2015-01-15 09:40:16 +0100
commit2b30a1ae96fbf0209c4ddce8d91437a32ed76e54 (patch)
treea6df071cc630f08251d1f601043ab5e3f0f5cacb /asyncio/subprocess.py
parenta250b11f2162c5cbf1f58397bfbb1c5c452b7870 (diff)
downloadtrollius-2b30a1ae96fbf0209c4ddce8d91437a32ed76e54.tar.gz
Python 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 'asyncio/subprocess.py')
0 files changed, 0 insertions, 0 deletions