Skip to content

Commit db092ce

Browse files
authored
Remove call to init_static_locks (#1066)
It has been a no-op (when called from an _instance_ of Binding) since 3.3
1 parent a63c75a commit db092ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OpenSSL/_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
binding = Binding()
8-
binding.init_static_locks()
98
ffi = binding.ffi
109
lib = binding.lib
1110

0 commit comments

Comments
 (0)