Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove crypt check for suitable Python
Remove crypt from the list of modules that we try to import when checking whether a given system python will work for our purposes, since: - It doesn't work on Windows (so it prevents us from running sagemath on Windows) - Searching the entire repo doesn't find any uses of crypt - crypt is deprecated anyways (PEP 594 has its removal scheduled for Python 3.13) The check for crypt was added at the same time as the other modules being checked, but neither the commit message for 6fcd7cd nor the discussion in Trac sagemath#27824 mentions why crypt specifically was added (Most of the relevant discussion in that ticket is about the distutils check).
- Loading branch information