mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
merge 3.4 (#22449)
This commit is contained in:
commit
8b9cfa1066
3 changed files with 12 additions and 2 deletions
|
@ -379,8 +379,7 @@ class SSLContext(_SSLContext):
|
|||
if sys.platform == "win32":
|
||||
for storename in self._windows_cert_stores:
|
||||
self._load_windows_store_certs(storename, purpose)
|
||||
else:
|
||||
self.set_default_verify_paths()
|
||||
self.set_default_verify_paths()
|
||||
|
||||
|
||||
def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue