-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
gh-104773: PEP 594: Remove the crypt module #104908
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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/