summaryrefslogtreecommitdiffstats
path: root/third_party/python/urllib3/urllib3/contrib/_securetransport/low_level.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/urllib3/urllib3/contrib/_securetransport/low_level.py')
-rw-r--r--third_party/python/urllib3/urllib3/contrib/_securetransport/low_level.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/python/urllib3/urllib3/contrib/_securetransport/low_level.py b/third_party/python/urllib3/urllib3/contrib/_securetransport/low_level.py
index ed8120190c..fa0b245d27 100644
--- a/third_party/python/urllib3/urllib3/contrib/_securetransport/low_level.py
+++ b/third_party/python/urllib3/urllib3/contrib/_securetransport/low_level.py
@@ -188,6 +188,7 @@ def _cert_array_from_pem(pem_bundle):
# We only want to do that if an error occurs: otherwise, the caller
# should free.
CoreFoundation.CFRelease(cert_array)
+ raise
return cert_array