From a4ff3ca63c175db7aa629205c5f52113ba4608a4 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 24 Oct 2015 21:29:24 -0500 Subject: expand comment --- src/cryptography/hazmat/bindings/openssl/binding.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/hazmat/bindings/openssl/binding.py b/src/cryptography/hazmat/bindings/openssl/binding.py index e2c34d6c..e8bf267b 100644 --- a/src/cryptography/hazmat/bindings/openssl/binding.py +++ b/src/cryptography/hazmat/bindings/openssl/binding.py @@ -174,5 +174,7 @@ class Binding(object): ) -# OpenSSL is not thread safe until the locks are initialized. +# OpenSSL is not thread safe until the locks are initialized. We initialize in +# module scope to cause initialization whenever this module is imported (and +# try to get some benefit from the import lock). Binding.init_static_locks() -- cgit v1.2.3