From db092ce0c542aaea1407961be063b509a0f37551 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 14 Dec 2021 21:23:37 -0500 Subject: [PATCH] Remove call to init_static_locks (#1066) It has been a no-op (when called from an _instance_ of Binding) since 3.3 --- src/OpenSSL/_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OpenSSL/_util.py b/src/OpenSSL/_util.py index 8235f5b68..662239ba6 100644 --- a/src/OpenSSL/_util.py +++ b/src/OpenSSL/_util.py @@ -5,7 +5,6 @@ binding = Binding() -binding.init_static_locks() ffi = binding.ffi lib = binding.lib