X Tutup
Skip to content

[3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360)#3369

Merged
Mariatta merged 1 commit intopython:3.6from
miss-islington:backport-305e56c-3.6
Sep 6, 2017
Merged

[3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360)#3369
Mariatta merged 1 commit intopython:3.6from
miss-islington:backport-305e56c-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Sep 5, 2017

In case PROTOCOL_TLS_SERVER is used for both client context and server
context, the test thread dies with OSError. Catch OSError to avoid
traceback on sys.stderr

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit 305e56c)

https://bugs.python.org/issue31320

In case PROTOCOL_TLS_SERVER is used for both client context and server
context, the test thread dies with OSError. Catch OSError to avoid
traceback on sys.stderr

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 305e56c)
@the-knights-who-say-ni
Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM. Nice bot :-)

@Mariatta Mariatta merged commit c506403 into python:3.6 Sep 6, 2017
@miss-islington miss-islington deleted the backport-305e56c-3.6 branch September 12, 2017 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

X Tutup