-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-104773: PEP 594: Remove the crypt module #104908
Conversation
Using Affected projects (8):
Code:
|
It's interesting that the proposed replacement for the removed crypt module actually uses crypt internally (in |
Are these bits still needed?
|
Remove the crypt module and its private _crypt extension, deprecated in Python 3.11.
IMO we should keep it. I saw this test in ctypes. I don't see any direct relationship with the Python crypt module. It's just a test to load a dynamic library which is commonly available on Unix. |
Remove the crypt module and its private _crypt extension, deprecated in Python 3.11.
📚 Documentation preview 📚: https://cpython-previews--104908.org.readthedocs.build/