bpo-32729 socket error handling change (GH-5458) by rkdls · Pull Request #5458 · python/cpython

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I check out the error Msg, but nothing is get.

But if i check the error type like bellow,
2018-02-02 3 23 37

It is TimeoutError which is not caught in previous timeout except clause.
2018-02-02 3 26 19

The empty case what you asked me is a TimeoutError not caught in timeout previous except clause