diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-09-17 18:34:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 18:34:47 (GMT) |
commit | c6fd1c1c3a65217958b68df3a4991e4f306e9b7d (patch) | |
tree | 9b5b93168210bfced5301d1b98c0d5f90009df27 /Misc/NEWS.d/next | |
parent | 12a69db9080d43b2d1a07527aa1e83c8b59e5a6d (diff) | |
download | cpython-c6fd1c1c3a65217958b68df3a4991e4f306e9b7d.zip cpython-c6fd1c1c3a65217958b68df3a4991e4f306e9b7d.tar.gz cpython-c6fd1c1c3a65217958b68df3a4991e4f306e9b7d.tar.bz2 |
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Security/2018-05-28-08-55-30.bpo-32533.IzwkBI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2018-05-28-08-55-30.bpo-32533.IzwkBI.rst b/Misc/NEWS.d/next/Security/2018-05-28-08-55-30.bpo-32533.IzwkBI.rst new file mode 100644 index 0000000..a364225 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2018-05-28-08-55-30.bpo-32533.IzwkBI.rst @@ -0,0 +1 @@ +Fixed thread-safety of error handling in _ssl. |