mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
I think we can just dump the else clause, per the comment I just deleted.
This commit is contained in:
parent
22291c5008
commit
d3f6c9d17b
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -617,9 +617,6 @@ class PyBuildExt(build_ext):
|
||||||
# OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash
|
# OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash
|
||||||
exts.append( Extension('_sha256', ['sha256module.c']) )
|
exts.append( Extension('_sha256', ['sha256module.c']) )
|
||||||
exts.append( Extension('_sha512', ['sha512module.c']) )
|
exts.append( Extension('_sha512', ['sha512module.c']) )
|
||||||
else:
|
|
||||||
# these aren't strictly missing since they are unneeded.
|
|
||||||
missing.extend(['_sha256', '_sha512'])
|
|
||||||
|
|
||||||
# Modules that provide persistent dictionary-like semantics. You will
|
# Modules that provide persistent dictionary-like semantics. You will
|
||||||
# probably want to arrange for at least one of them to be available on
|
# probably want to arrange for at least one of them to be available on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue