Skip to content

Commit 2ee077f

Browse files
xdegayemiss-islington
authored andcommitted
1 parent 56065d4 commit 2ee077f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix regression introduced in bpo-36146 refactoring setup.py

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,7 @@ def detect_modules(self):
16421642
self.detect_crypt()
16431643
self.detect_socket()
16441644
self.detect_openssl_hashlib()
1645+
self.detect_hash_builtins()
16451646
self.detect_dbm_gdbm()
16461647
self.detect_sqlite()
16471648
self.detect_platform_specific_exts()
@@ -2184,6 +2185,7 @@ def split_var(name, sep):
21842185
library_dirs=openssl_libdirs,
21852186
libraries=openssl_libs))
21862187

2188+
def detect_hash_builtins(self):
21872189
# We always compile these even when OpenSSL is available (issue #14693).
21882190
# It's harmless and the object code is tiny (40-50 KiB per module,
21892191
# only loaded when actually used).

0 commit comments

Comments
 (0)