Skip to content

Conversation

@picnixz
Copy link
Member

@picnixz picnixz commented Oct 6, 2025

_ssl.RAND_egd is not supported by OpenSSL 1.1.1 and later, and it's no more present in our code base (it was removed in b8d0fa0). However we still have a conditional import for this one, but it will always silently fail.


📚 Documentation preview 📚: https://cpython-previews--139648.org.readthedocs.build/

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Well spotted 😀

@picnixz
Copy link
Member Author

picnixz commented Oct 8, 2025

(It was purely by chance; I wanted to refactor ssl.py, or at least the imports, but then I saw that this import required something that we didn't support at all)

@picnixz picnixz merged commit 197c610 into python:main Oct 9, 2025
54 checks passed
@picnixz picnixz deleted the fix/ssl/remove-missing-import-88046 branch October 9, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants