You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/09 02:46:00 UTC

[skywalking-python] branch master updated (80f1e72 -> 19e907d)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


    from 80f1e72  test: make tests really run on specified Py version and deprecate 3.5 as it's EOL (#95)
     add 19e907d  [Fix][Plugin] sw_flask general exceptions handled (#93)

No new revisions were added by this update.

Summary of changes:
 Makefile                                |  2 +-
 skywalking/plugins/sw_flask.py          | 11 +++++++-
 skywalking/plugins/sw_kafka.py          | 11 +++-----
 skywalking/plugins/sw_pymongo.py        | 10 ++-----
 skywalking/plugins/sw_pymysql.py        |  4 +--
 skywalking/plugins/sw_rabbitmq.py       | 14 ++++-----
 skywalking/plugins/sw_requests.py       | 12 +++-----
 skywalking/plugins/sw_urllib3.py        | 12 +++-----
 skywalking/plugins/sw_urllib_request.py |  5 ++--
 skywalking/trace/carrier.py             | 20 +++++++------
 skywalking/trace/context.py             | 24 +++++++---------
 skywalking/trace/span.py                | 50 +++++++++++++++++----------------
 12 files changed, 82 insertions(+), 93 deletions(-)