]> granicus.if.org Git - python/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 27 Jan 2015 23:30:40 +0000 (00:30 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 27 Jan 2015 23:30:40 +0000 (00:30 +0100)
commitff018e406cd96d117b54edcb30808a56fc2f689a
tree79641c031a2bbd8f80387304dd6b2867bb14a7a0
parentb68c420d8ad38f8e4f7625f388a6219ea61cd203
asyncio: sync with Tulip

* Remove unused SSLProtocol._closing attribute
* test_sslproto: skip test if ssl module is missing
* Python issue #23208: Don't use the traceback of the current handle if we
  already know the traceback of the source. The handle may be more revelant,
  but having 3 tracebacks (handle, source, exception) becomes more difficult to
  read. The handle may be preferred later but it requires more work to make
  this choice.
Lib/asyncio/base_events.py
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py