Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3f6c9d

Browse files
author
Skip Montanaro
committed
I think we can just dump the else clause, per the comment I just deleted.
1 parent 22291c5 commit d3f6c9d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,6 @@ def detect_modules(self):
617617
# OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash
618618
exts.append( Extension('_sha256', ['sha256module.c']) )
619619
exts.append( Extension('_sha512', ['sha512module.c']) )
620-
else:
621-
# these aren't strictly missing since they are unneeded.
622-
missing.extend(['_sha256', '_sha512'])
623620

624621
# Modules that provide persistent dictionary-like semantics. You will
625622
# probably want to arrange for at least one of them to be available on

0 commit comments

Comments
 (0)