Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-104773: PEP 594: Remove the crypt module#104908
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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, deprecatedin 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. |
Uh oh!
There was an error while loading.Please reload this page.
Remove the crypt module and its private _crypt extension, deprecated in Python 3.11.
📚 Documentation preview 📚:https://cpython-previews--104908.org.readthedocs.build/