◐ Shell
clean mode source ↗

Fix whitespace error in setup.py by erlend-aasland · Pull Request #31960 · python/cpython

Expand Up @@ -1247,7 +1247,7 @@ def detect_readline_curses(self): 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 Expand Down