diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-29 01:56:05 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-29 01:56:05 (GMT) |
| commit | 47bbea712415e79ee224d21e518470ec70477d41 (patch) | |
| tree | 93434368046d4a68f30404adfb29b100cb1d6298 /Python/ceval.c | |
| parent | 7b5a900e88a046b01eebafdc98ee23d531c101d3 (diff) | |
| download | cpython-47bbea712415e79ee224d21e518470ec70477d41.zip cpython-47bbea712415e79ee224d21e518470ec70477d41.tar.gz cpython-47bbea712415e79ee224d21e518470ec70477d41.tar.bz2 | |
asyncio: sync with Tulip
* _SelectorTransport constructor: extra parameter is now optional
* Fix _SelectorDatagramTransport constructor. Only start reading after
connection_made() has been called.
* Fix _SelectorSslTransport.close(). Don't call protocol.connection_lost() if
protocol.connection_made() was not called yet: if the SSL handshake failed or
is still in progress. The close() method can be called if the creation of the
connection is cancelled, by a timeout for example.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions
