Fix whitespace error in setup.py by erlend-aasland · Pull Request #31960 · python/cpython
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