mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix whitespace error in setup.py (GH-31960)
This commit is contained in:
parent
a5d246066b
commit
424dfc7231
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1247,7 +1247,7 @@ class PyBuildExt(build_ext):
|
|||
self.missing.append('_curses_panel')
|
||||
|
||||
def detect_crypt(self):
|
||||
self.addext(Extension('_crypt', ['_cryptmodule.c']))
|
||||
self.addext(Extension('_crypt', ['_cryptmodule.c']))
|
||||
|
||||
def detect_dbm_gdbm(self):
|
||||
# Modules that provide persistent dictionary-like semantics. You will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue